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

Function hasValue

src/store/index.ts:1554–1554  ·  view source on GitHub ↗
(valueId: Id)

Source from the content-addressed store, hash-verified

1552 const hasValues = (): boolean => !collIsEmpty(valuesMap);
1553
1554 const hasValue = (valueId: Id): boolean => collHas(valuesMap, id(valueId));
1555
1556 const getTablesJson = (): Json => jsonStringWithMap(tablesMap);
1557

Callers 2

createStoreFunction · 0.70
GettersFunction · 0.50

Calls 2

collHasFunction · 0.90
idFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…