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

Function collDel

src/common/coll.ts:40–43  ·  view source on GitHub ↗
(
  coll: Coll<unknown> | undefined,
  keyOrValue: unknown,
)

Source from the content-addressed store, hash-verified

38): void => coll?.forEach(cb);
39
40export const collDel = (
41 coll: Coll<unknown> | undefined,
42 keyOrValue: unknown,
43): boolean | undefined => coll?.delete(keyOrValue);

Callers 15

delSourceStoreListenersFunction · 0.90
setQueryDefinitionImplFunction · 0.90
setValidValuesSchemaFunction · 0.90
cellChangedFunction · 0.90
valueChangedFunction · 0.90
saveTableFunction · 0.90
setIndexDefinitionFunction · 0.90
mapSetFunction · 0.90
delStoreListenersFunction · 0.90
delListenerFunction · 0.90

Calls 1

deleteMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…