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

Function preRun

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

Source from the content-addressed store, hash-verified

1664 __name(initMemory, "initMemory");
1665 var __RELOC_FUNCS__ = [];
1666 function preRun() {
1667 if (Module["preRun"]) {
1668 if (typeof Module["preRun"] == "function") Module["preRun"] = [Module["preRun"]];
1669 while (Module["preRun"].length) {
1670 addOnPreRun(Module["preRun"].shift());
1671 }
1672 }
1673 callRuntimeCallbacks(onPreRuns);
1674 }
1675 __name(preRun, "preRun");
1676 function initRuntime() {
1677 runtimeInitialized = true;

Callers 2

runMethod · 0.85
runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected