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

Function postRun

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

Source from the content-addressed store, hash-verified

1684 }
1685 __name(preMain, "preMain");
1686 function postRun() {
1687 if (Module["postRun"]) {
1688 if (typeof Module["postRun"] == "function") Module["postRun"] = [Module["postRun"]];
1689 while (Module["postRun"].length) {
1690 addOnPostRun(Module["postRun"].shift());
1691 }
1692 }
1693 callRuntimeCallbacks(onPostRuns);
1694 }
1695 __name(postRun, "postRun");
1696 function abort(what) {
1697 Module["onAbort"]?.(what);

Callers 2

tMethod · 0.85
doRunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected