MCPcopy Create free account
hub / github.com/CodeGraphContext/CodeGraphContext / initRuntime

Function initRuntime

website/public/wasm/web-tree-sitter.js:1676–1681  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1674 }
1675 __name(preRun, "preRun");
1676 function initRuntime() {
1677 runtimeInitialized = true;
1678 callRuntimeCallbacks(__RELOC_FUNCS__);
1679 wasmExports["__wasm_call_ctors"]();
1680 callRuntimeCallbacks(onPostCtors);
1681 }
1682 __name(initRuntime, "initRuntime");
1683 function preMain() {
1684 }

Callers 2

tMethod · 0.85
doRunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected