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

Function validateTablesSchema

src/store/index.ts:356–361  ·  view source on GitHub ↗
(
    tableSchema: TablesSchema | undefined,
  )

Source from the content-addressed store, hash-verified

354 );
355
356 const validateTablesSchema = (
357 tableSchema: TablesSchema | undefined,
358 ): boolean =>
359 objValidate(tableSchema, (tableSchema) =>
360 objValidate(tableSchema, validateCellOrValueSchema),
361 );
362
363 const validateValuesSchema = (
364 valuesSchema: ValuesSchema | undefined,

Callers 1

setTablesSchemaFunction · 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…