MCPcopy
hub / github.com/tinyplex/tinybase / collClear

Function collClear

src/common/coll.ts:33–33  ·  view source on GitHub ↗
(coll: Coll<unknown>)

Source from the content-addressed store, hash-verified

31];
32
33export const collClear = (coll: Coll<unknown>): void => coll.clear();
34
35export const collForEach = <Value>(
36 coll: Coll<Value> | undefined,

Callers 8

resetPreStoresFunction · 0.90
resetSourceStoresFunction · 0.90
postFinishTransactionFunction · 0.90
finishTransactionFunction · 0.90
refreshSchemaFunction · 0.90
processTableFunction · 0.90
destroyFunction · 0.90
destroyFunction · 0.90

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…