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

Method Close

internal/dbmanager/client.go:31–31  ·  view source on GitHub ↗
(context.Context)

Source from the content-addressed store, hash-verified

29type Client interface {
30 CreateDatabase(context.Context, *CreateDatabaseRequest) (*CreateDatabaseResponse, error)
31 Close(context.Context)
32}
33
34var flight singleflight.Group

Callers 15

scanRelationsFunction · 0.65
scanProcsFunction · 0.65
runFunction · 0.65
CreateDatabaseMethod · 0.65
CloseMethod · 0.65
CloseMethod · 0.65
CloseMethod · 0.65
CloseMethod · 0.65
TestAnalyzer_AnalyzeFunction · 0.65
AnalyzeMethod · 0.65
CloseMethod · 0.65

Implementers 1

ManagedClientinternal/dbmanager/client.go

Calls

no outgoing calls

Tested by 15

TestAnalyzer_AnalyzeFunction · 0.52
GetColumnNamesMethod · 0.52
GetColumnNamesMethod · 0.52
TestExpandPostgreSQLFunction · 0.52
TestExpandMySQLFunction · 0.52
TestExpandSQLiteFunction · 0.52
TestFormatFunction · 0.52
TestExamplesVetFunction · 0.52
TestBooksFunction · 0.52
TestBooksFunction · 0.52
TestBooksFunction · 0.52