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

Function addOnExit

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

Source from the content-addressed store, hash-verified

1287
1288
1289function addOnExit(cb) {
1290 __ATEXIT__.unshift(cb);
1291}
1292
1293
1294function addOnPostRun(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…