MCPcopy
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
141func (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

parseFunction · 0.95

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected