MCPcopy Index your code
hub / github.com/Justineo/github-hovercard / extractSilent

Function extractSilent

src/hovercard.js:63–69  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

61 }
62
63 function extractSilent(fn) {
64 pauseObserve()
65 fn()
66
67 // nextTick will run **after** MutationObserver callbacks
68 nextTick(startObserve)
69 }
70
71 let observer = new MutationObserver(mutations => {
72 mutations.slice(0, MAX_MUTATIONS).forEach(mutation => {

Callers 2

runTaskQueueFunction · 0.70
extractFunction · 0.70

Calls 2

pauseObserveFunction · 0.70
nextTickFunction · 0.70

Tested by

no test coverage detected