MCPcopy Index your code
hub / github.com/shipshapecode/tether / flush

Function flush

src/js/utils/deferred.js:7–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5}
6
7export function flush() {
8 let fn;
9 // eslint-disable-next-line
10 while (fn = deferred.pop()) {
11 fn();
12 }
13}

Callers 3

deferred.spec.jsFile · 0.90
positionFunction · 0.90
positionMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…