Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
33
export
const
collClear = (coll: Coll<unknown>): void => coll.clear();
34
35
export
const
collForEach = <Value>(
36
coll: Coll<Value> | undefined,
Callers
8
resetPreStores
Function · 0.90
resetSourceStores
Function · 0.90
postFinishTransaction
Function · 0.90
finishTransaction
Function · 0.90
refreshSchema
Function · 0.90
processTable
Function · 0.90
destroy
Function · 0.90
destroy
Function · 0.90
Calls
1
clear
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…