MCPcopy Create free account
hub / github.com/tinyplex/tinybase / hasThing

Function hasThing

src/common/definable.ts:76–76  ·  view source on GitHub ↗
(id: Id)

Source from the content-addressed store, hash-verified

74 mapForEach(things, cb);
75
76 const hasThing = (id: Id): boolean => collHas(things, id);
77
78 const getTableId = (id: Id): Id => mapGet(tableIds, id) as Id;
79

Callers

nothing calls this directly

Calls 1

collHasFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…