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

Function validateValuesSchema

docs/pseudo.esm.sh/tinybase@9.0.0/index.js:1097–1097  ·  view source on GitHub ↗
(valuesSchema)

Source from the content-addressed store, hash-verified

1095 (tableSchema2) => objValidate(tableSchema2, validateCellOrValueSchema)
1096 );
1097 const validateValuesSchema = (valuesSchema) => objValidate(valuesSchema, validateCellOrValueSchema);
1098 const validateCellOrValueSchema = (schema) => {
1099 if (!objValidate(
1100 schema,

Callers 1

setValuesSchemaFunction · 0.70

Calls 1

objValidateFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…