Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlc-dev/sqlc
/ Parser
Struct
Parser
internal/engine/sqlite/parse.go:37–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
type
Parser
struct
{
38
}
39
40
func
(p *Parser) Parse(r io.Reader) ([]ast.Statement, error) {
41
blob, err := io.ReadAll(r)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected