DoxigAlpha

dbHelper

This function is used in the debugger pretty formatters in tools/ to fetch the header type to facilitate fancy debug printing for this type.

Function parameters

Parameters

#
self:*Self
hdr:*Header
entry:*Entry

Type definitions in this namespace

Types

#

Functions in this namespace

Functions

#
StringHashMap
Builtin hashmap for strings as keys.
StringHashMapUnmanaged
Key memory is managed by the caller.
HashMap
General purpose hash table.
HashMapUnmanaged
A HashMap based on open addressing and linear probing.

= 80

Values

#

Source

Implementation

#
fn dbHelper(self: *Self, hdr: *Header, entry: *Entry) void {
    _ = self;
    _ = hdr;
    _ = entry;
}