MCPcopy Index your code
hub / github.com/bytebase/dbhub / sql-parser.test.ts

File sql-parser.test.ts

src/utils/__tests__/sql-parser.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect } from "vitest";
2import { stripCommentsAndStrings, splitSQLStatements } from "../sql-parser.js";
3
4describe("stripCommentsAndStrings", () => {

Callers

nothing calls this directly

Calls 2

stripCommentsAndStringsFunction · 0.85
splitSQLStatementsFunction · 0.85

Tested by

no test coverage detected