Skip to main content

emptytable

Static emptytable 

Source
pub static emptytable: Mutex<Option<HashTable>>
Expand description

emptytable — file-scope static HashTable emptytable; from Src/Modules/param_private.c:709. Holds the empty paramtab marker the wrapper swaps in on private-builtin entry. Allocated in boot_, freed in finish_ via deletehashtable.