Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CapSoftware/Cap
/ normalizeWhitespace
Function
normalizeWhitespace
scripts/analytics/shared.js:77–77 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
75
];
76
77
const
normalizeWhitespace = (value) => value.replace(/\s+/g,
" "
).trim();
78
79
const
buildSchemaLines = (table) =>
80
table.columns.map((column) => `${column.name} ${column.
type
}`);
Callers
1
normalizeColumnDef
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected