MCPcopy
hub / github.com/sqlc-dev/sqlc / Parser

Struct Parser

internal/engine/clickhouse/parse.go:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18type Parser struct{}
19
20func (p *Parser) Parse(r io.Reader) ([]ast.Statement, error) {
21 blob, err := io.ReadAll(r)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected