Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlc-dev/sqlc
/ NewParser
Function
NewParser
internal/engine/postgresql/parse.go:140–142 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
138
}
139
140
func
NewParser() *Parser {
141
return
&Parser{}
142
}
143
144
type
Parser
struct
{
145
}
Callers
6
NewCompiler
Function · 0.92
TestExpandPostgreSQL
Function · 0.92
TestFormat
Function · 0.92
parse.go
File · 0.92
TestApply
Function · 0.70
TestUpdateErrors
Function · 0.70
Calls
no outgoing calls
Tested by
4
TestExpandPostgreSQL
Function · 0.74
TestFormat
Function · 0.74
TestApply
Function · 0.56
TestUpdateErrors
Function · 0.56