Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
1
import
{ describe, it, expect } from
"vitest"
;
2
import
{ stripCommentsAndStrings, splitSQLStatements } from
"../sql-parser.js"
;
3
4
describe(
"stripCommentsAndStrings"
, () => {
Callers
nothing calls this directly
Calls
2
stripCommentsAndStrings
Function · 0.85
splitSQLStatements
Function · 0.85
Tested by
no test coverage detected