Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlc-dev/sqlc
/ Parser
Struct
Parser
internal/engine/dolphin/parse.go:22–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
type
Parser
struct
{
23
pingcap *parser.Parser
24
}
25
26
var
lineColumn = regexp.MustCompile(`^line (\d+) column (\d+) (.*)`)
27
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected