Skip to main content

install_builtin_signatures

Function install_builtin_signatures 

Source
pub fn install_builtin_signatures(sigs: &'static [&'static BuiltinSignature])
Expand description

Install the process-global signature registry. Called once by the driver (CLI, LSP, lint, serve, dap) at startup. Test harnesses that build a Vm via harn_vm::stdlib::stdlib_probe_vm() inherit the install through that helper.

ยงPanics

Panics if called more than once with different slices. Repeat calls with the same pointer are tolerated (CLI + test harness can both call it).