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

Function validateTables

src/store/index.ts:395–396  ·  view source on GitHub ↗
(tables: Tables)

Source from the content-addressed store, hash-verified

393 const validateContent = isArray;
394
395 const validateTables = (tables: Tables): boolean =>
396 objValidate(tables, validateTable, cellInvalid);
397
398 const validateTable = (table: Table, tableId: Id): boolean =>
399 (!hasTablesSchema ||

Callers 1

setTablesFunction · 0.70

Calls 1

objValidateFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…