Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlc-dev/sqlc
/ NewParser
Function
NewParser
internal/engine/dolphin/parse.go:18–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
)
17
18
func
NewParser() *Parser {
19
return
&Parser{parser.New()}
20
}
21
22
type
Parser
struct
{
23
pingcap *parser.Parser
Callers
4
NewCompiler
Function · 0.92
TestExpandMySQL
Function · 0.92
TestFormat
Function · 0.92
parse.go
File · 0.92
Calls
no outgoing calls
Tested by
2
TestExpandMySQL
Function · 0.74
TestFormat
Function · 0.74