MCPcopy
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
140func (m *ManagedClient) Close(ctx context.Context) {
141 m.cache.Close()
142}
143
144func NewClient(servers []config.Server) *ManagedClient {
145 return &ManagedClient{

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected