Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/PatchMon/PatchMon
/ Close
Method
Close
server-source-code/internal/database/database.go:72–74 ·
view source on GitHub ↗
Close closes the pool.
()
Source
from the content-addressed store, hash-verified
70
71
// Close closes the pool.
72
func
(p *Pool) Close() {
73
p.Pool.Close()
74
}
75
76
// Health checks database and returns nil if healthy.
77
func
(p *Pool) Health(ctx context.Context) error {
Callers
1
NewPool
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected