MCPcopy
hub / github.com/sqlc-dev/sqlc / Close

Method Close

internal/analyzer/analyzer.go:109–111  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

107}
108
109func (c *CachedAnalyzer) Close(ctx context.Context) error {
110 return c.a.Close(ctx)
111}
112
113func (c *CachedAnalyzer) EnsureConn(ctx context.Context, migrations []string) error {
114 return c.a.EnsureConn(ctx, migrations)

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected