Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlc-dev/sqlc
/ Close
Method
Close
internal/compiler/engine.go:141–148 ·
view source on GitHub ↗
(ctx context.Context)
Source
from the content-addressed store, hash-verified
139
}
140
141
func
(c *Compiler) Close(ctx context.Context) {
142
if
c.analyzer != nil {
143
c.analyzer.Close(ctx)
144
}
145
if
c.client != nil {
146
c.client.Close(ctx)
147
}
148
}
Callers
1
parse
Function · 0.95
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected