Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
21
const
buildExpectedSchema = (table) =>
22
buildSchemaLines(table).map((column) => normalizeColumnDef(column));
23
24
const
splitSchema = (schema) => {
25
const
parts = [];
Callers
1
validateTables
Function · 0.85
Calls
2
buildSchemaLines
Function · 0.90
normalizeColumnDef
Function · 0.85
Tested by
no test coverage detected