Skip to main content

leak

Function leak 

Source
fn leak(v: BuiltinView) -> &'static BuiltinView
Expand description

Leak a BuiltinView to get a &'static reference. Called exactly 4 times at startup (one per ontology view). These views live for the entire process lifetime (same as LazyLock<&'static BuiltinView> used by other builtins), so the leak is intentional and bounded.