MCPcopy
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
37type Parser struct {
38}
39
40func (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