Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebReflection/neverland
/ stop
Function
stop
index.js:263–272 ·
view source on GitHub ↗
(flush)
Source
from the content-addressed store, hash-verified
261
}
262
263
function
stop(flush) {
264
var
didStop = !!timer;
265
266
if
(didStop) {
267
cAF(timer);
268
if
(flush) invoke();
269
}
270
271
return
didStop;
272
}
273
}
274
275
var
umap = (
function
(_) {
Callers
2
reraf
Function · 0.70
dropEffect
Function · 0.70
Calls
1
invoke
Function · 0.70
Tested by
no test coverage detected