Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Justineo/github-hovercard
/ nextTick
Function
nextTick
src/hovercard.js:58–61 ·
view source on GitHub ↗
(fn)
Source
from the content-addressed store, hash-verified
56
}
57
58
function
nextTick (fn) {
59
let
p = Promise.resolve()
60
p.then(fn)
61
}
62
63
function
extractSilent(fn) {
64
pauseObserve()
Callers
1
extractSilent
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected