MCPcopy
hub / github.com/chartdb/chartdb / testId

Function testId

src/lib/data/sql-export/__tests__/export-sql-dbml.test.ts:11–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 // Helper to generate test IDs and timestamps
10 let idCounter = 0;
11 const testId = () => `test-id-${++idCounter}`;
12 const testTime = Date.now();
13
14 // Helper to create a field with all required properties

Callers 4

createFieldFunction · 0.70
createTableFunction · 0.70
createDiagramFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected