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

Method Result

internal/compiler/engine.go:137–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135}
136
137func (c *Compiler) Result() *Result {
138 return c.result
139}
140
141func (c *Compiler) Close(ctx context.Context) {
142 if c.analyzer != nil {

Callers 1

parseFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected