Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlc-dev/sqlc
/ Parser
Struct
Parser
internal/engine/postgresql/parse.go:144–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
}
143
144
type
Parser
struct
{
145
}
146
147
var
errSkip = errors.New(
"skip stmt"
)
148
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected