MCPcopy Create free account
hub / github.com/sqlc-dev/sqlc / EnsureConn

Method EnsureConn

internal/analyzer/analyzer.go:113–115  ·  view source on GitHub ↗
(ctx context.Context, migrations []string)

Source from the content-addressed store, hash-verified

111}
112
113func (c *CachedAnalyzer) EnsureConn(ctx context.Context, migrations []string) error {
114 return c.a.EnsureConn(ctx, migrations)
115}
116
117func (c *CachedAnalyzer) GetColumnNames(ctx context.Context, query string) ([]string, error) {
118 return c.a.GetColumnNames(ctx, query)

Callers

nothing calls this directly

Calls 1

EnsureConnMethod · 0.65

Tested by

no test coverage detected