MCPcopy
hub / github.com/modelcontextprotocol/registry / Close

Method Close

internal/database/postgres.go:939–942  ·  view source on GitHub ↗

Close closes the database connection

()

Source from the content-addressed store, hash-verified

937
938// Close closes the database connection
939func (db *PostgreSQL) Close() error {
940 db.pool.Close()
941 return nil
942}

Callers 2

ensureTemplateDBFunction · 0.95
NewTestDBFunction · 0.95

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected