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

Function doRun

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

Source from the content-addressed store, hash-verified

3096 return;
3097 }
3098 function doRun() {
3099 Module["calledRun"] = true;
3100 if (ABORT) return;
3101 initRuntime();
3102 preMain();
3103 readyPromiseResolve?.(Module);
3104 Module["onRuntimeInitialized"]?.();
3105 var noInitialRun = Module["noInitialRun"] || false;
3106 if (!noInitialRun) callMain(args2);
3107 postRun();
3108 }
3109 __name(doRun, "doRun");
3110 if (Module["setStatus"]) {
3111 Module["setStatus"]("Running...");

Callers 1

runFunction · 0.85

Calls 4

initRuntimeFunction · 0.85
preMainFunction · 0.85
callMainFunction · 0.85
postRunFunction · 0.85

Tested by

no test coverage detected