Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
939
func
(db *PostgreSQL) Close() error {
940
db.pool.Close()
941
return
nil
942
}
Callers
2
ensureTemplateDB
Function · 0.95
NewTestDB
Function · 0.95
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected