MCPcopy Index your code
hub / github.com/share/sharedb / next

Function next

lib/backend.js:215–220  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

213 // Copying the triggers we'll fire so they don't get edited while we iterate.
214 fns = fns.slice();
215 var next = function(err) {
216 if (err) return callback(err);
217 var fn = fns.shift();
218 if (!fn) return callback();
219 fn(request, next);
220 };
221 next();
222};
223

Callers 15

backend.jsFile · 0.85
presence.jsFile · 0.85
milestone-db.jsFile · 0.85
backend.jsFile · 0.85
passErrorFunction · 0.85
middleware.jsFile · 0.85
expectFidoOnlyFunction · 0.85
expectFidoAndSpotFunction · 0.85
setupOpMiddlewareFunction · 0.85
db-memory.jsFile · 0.85
agent.jsFile · 0.85

Calls 1

callbackFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…