Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sql-formatter-org/sql-formatter
/ parse
Method
parse
src/parser/createParser.ts:14–14 ·
view source on GitHub ↗
(sql: string, paramTypesOverrides: ParamTypes)
Source
from the content-addressed store, hash-verified
12
13
export
interface
Parser {
14
parse(sql: string, paramTypesOverrides: ParamTypes): StatementNode[];
15
}
16
17
/**
Callers
4
parse
Function · 0.65
parse
Method · 0.65
getConfig
Method · 0.65
parseFile
Method · 0.65
Implementers
1
Formatter
src/formatter/Formatter.ts
Calls
no outgoing calls
Tested by
1
parse
Function · 0.52