MCPcopy 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.
72func (p *Pool) Close() {
73 p.Pool.Close()
74}
75
76// Health checks database and returns nil if healthy.
77func (p *Pool) Health(ctx context.Context) error {

Callers 1

NewPoolFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected