Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlc-dev/sqlc
/ Close
Method
Close
internal/dbmanager/client.go:140–142 ·
view source on GitHub ↗
(ctx context.Context)
Source
from the content-addressed store, hash-verified
138
}
139
140
func
(m *ManagedClient) Close(ctx context.Context) {
141
m.cache.Close()
142
}
143
144
func
NewClient(servers []config.Server) *ManagedClient {
145
return
&ManagedClient{
Callers
nothing calls this directly
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected