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

Function addOnPreMain

js/sql-debug.js:1284–1286  ·  view source on GitHub ↗
(cb)

Source from the content-addressed store, hash-verified

1282
1283
1284function addOnPreMain(cb) {
1285 __ATMAIN__.unshift(cb);
1286}
1287
1288
1289function addOnExit(cb) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…