MCPcopy Index your code
hub / github.com/tinyplex/tinybase / validateValuesSchema

Function validateValuesSchema

src/store/index.ts:363–365  ·  view source on GitHub ↗
(
    valuesSchema: ValuesSchema | undefined,
  )

Source from the content-addressed store, hash-verified

361 );
362
363 const validateValuesSchema = (
364 valuesSchema: ValuesSchema | undefined,
365 ): boolean => objValidate(valuesSchema, validateCellOrValueSchema);
366
367 const validateCellOrValueSchema = (schema: CellSchema | ValueSchema) => {
368 if (

Callers 1

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