MCPcopy Index your code
hub / github.com/sql-js/sql.js / doCallback

Function doCallback

js/sql-debug.js:3148–3152  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

3146 var completed = 0;
3147
3148 function doCallback(err) {
3149 assert(FS.syncFSRequests > 0);
3150 FS.syncFSRequests--;
3151 return callback(err);
3152 }
3153
3154 function done(err) {
3155 if (err) {

Callers 1

doneFunction · 0.70

Calls 1

assertFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…