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

Function hasValues

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

Source from the content-addressed store, hash-verified

1550 collHas(mapGet(mapGet(tablesMap, id(tableId)), id(rowId)), id(cellId));
1551
1552 const hasValues = (): boolean => !collIsEmpty(valuesMap);
1553
1554 const hasValue = (valueId: Id): boolean => collHas(valuesMap, id(valueId));
1555

Callers 4

finishTransactionFunction · 0.70
createStoreFunction · 0.70
GettersFunction · 0.50

Calls 1

collIsEmptyFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…