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

Function addOnPostRun

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

Source from the content-addressed store, hash-verified

1292
1293
1294function addOnPostRun(cb) {
1295 __ATPOSTRUN__.unshift(cb);
1296}
1297
1298
1299// Deprecated: This function should not be called because it is unsafe and does not provide

Callers 1

postRunFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…