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

Function defer

src/js/utils/deferred.js:3–5  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

1const deferred = [];
2
3export function defer(fn) {
4 deferred.push(fn);
5}
6
7export function flush() {
8 let fn;

Callers 6

deferred.spec.jsFile · 0.90
positionFunction · 0.90
positionFunction · 0.90
updateAttachClassesMethod · 0.90
moveMethod · 0.90
_getOriginFunction · 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…