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

Method ParseQueries

internal/compiler/engine.go:128–135  ·  view source on GitHub ↗
(queries []string, o opts.Parser)

Source from the content-addressed store, hash-verified

126}
127
128func (c *Compiler) ParseQueries(queries []string, o opts.Parser) error {
129 r, err := c.parseQueries(o)
130 if err != nil {
131 return err
132 }
133 c.result = r
134 return nil
135}
136
137func (c *Compiler) Result() *Result {
138 return c.result

Callers 1

parseFunction · 0.95

Calls 1

parseQueriesMethod · 0.95

Tested by

no test coverage detected