MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / sql-parser.test.ts

File sql-parser.test.ts

packages/wl-sdk/scripts/sql-parser.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from 'vitest';
2import { parseColumnLine, parseCreateTable, parseSchema, splitStatements } from './sql-parser';
3
4const FIXTURE = `CREATE TABLE IF NOT EXISTS _meta (

Callers

nothing calls this directly

Calls 4

splitStatementsFunction · 0.90
parseColumnLineFunction · 0.90
parseCreateTableFunction · 0.90
parseSchemaFunction · 0.90

Tested by

no test coverage detected