MCPcopy Index your code
hub / github.com/CapSoftware/Cap / buildExpectedSchema

Function buildExpectedSchema

scripts/analytics/check-analytics.js:21–22  ·  view source on GitHub ↗
(table)

Source from the content-addressed store, hash-verified

19 ).toLowerCase();
20
21const buildExpectedSchema = (table) =>
22 buildSchemaLines(table).map((column) => normalizeColumnDef(column));
23
24const splitSchema = (schema) => {
25 const parts = [];

Callers 1

validateTablesFunction · 0.85

Calls 2

buildSchemaLinesFunction · 0.90
normalizeColumnDefFunction · 0.85

Tested by

no test coverage detected