MCPcopy
hub / github.com/chartdb/chartdb / export-sql-quoted-identifiers.test.ts

File export-sql-quoted-identifiers.test.ts

src/lib/data/sql-export/__tests__/export-sql-quoted-identifiers.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect } from 'vitest';
2import { exportBaseSQL } from '../export-sql-script';
3import { DatabaseType } from '@/lib/domain/database-type';
4import type { Diagram } from '@/lib/domain/diagram';

Callers

nothing calls this directly

Calls 5

exportBaseSQLFunction · 0.90
createDiagramFunction · 0.70
createTableFunction · 0.70
createFieldFunction · 0.70
testIdFunction · 0.70

Tested by

no test coverage detected