Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.85
plugins.test.js
File · 0.85
virtual-routes.test.js
File · 0.85
startServer
Function · 0.85
step
Method · 0.85
asyncMatchNextRoute
Method · 0.85
callback
Method · 0.85
walkFetchEmbed
Function · 0.85
Calls
1
storedCb
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…