MCPcopy Create free account
hub / github.com/sql-js/sql.js / ensureInitRuntime

Function ensureInitRuntime

js/sql-debug.js:1248–1252  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1246}
1247
1248function ensureInitRuntime() {
1249 if (runtimeInitialized) return;
1250 runtimeInitialized = true;
1251 callRuntimeCallbacks(__ATINIT__);
1252}
1253
1254function preMain() {
1255 callRuntimeCallbacks(__ATMAIN__);

Callers 1

doRunFunction · 0.70

Calls 1

callRuntimeCallbacksFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…