MCPcopy Create free account
hub / github.com/apache/kvrocks-controller / Close

Method Close

store/engine/postgresql/postgresql.go:295–300  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

293}
294
295func (p *Postgresql) Close() error {
296 close(p.quitCh)
297 p.wg.Wait()
298 p.listener.Close()
299 return p.db.Close()
300}

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected