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

Function hasTables

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

Source from the content-addressed store, hash-verified

1537 decodeIfJson(mapGet(valuesMap, id(valueId)));
1538
1539 const hasTables = (): boolean => !collIsEmpty(tablesMap);
1540
1541 const hasTable = (tableId: Id): boolean => collHas(tablesMap, id(tableId));
1542

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…