Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
137
func
(c *Compiler) Result() *Result {
138
return
c.result
139
}
140
141
func
(c *Compiler) Close(ctx context.Context) {
142
if
c.analyzer != nil {
Callers
1
parse
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected