MCPcopy Index your code
hub / github.com/tinyplex/tinybase / done

Function done

test/e2e/doc-shots.test.ts:146–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144 ? undefined
145 : new Promise<void>((resolve) => {
146 const done = () => resolve();
147 image.addEventListener('load', done, {once: true});
148 image.addEventListener('error', done, {once: true});
149 }),

Callers 1

persisters.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…