MCPcopy
hub / github.com/docsifyjs/docsify / next

Function next

src/core/virtual-routes/next.js:12–14  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

10 let storedCb = () => null;
11
12 function next(value) {
13 storedCb(value);
14 }
15
16 function onNext(cb) {
17 storedCb = cb;

Callers 8

server.jsFile · 0.85
plugins.test.jsFile · 0.85
startServerFunction · 0.85
stepMethod · 0.85
asyncMatchNextRouteMethod · 0.85
callbackMethod · 0.85
walkFetchEmbedFunction · 0.85

Calls 1

storedCbFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…