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

Method Close

store/engine/etcd/etcd.go:294–298  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

292}
293
294func (e *Etcd) Close() error {
295 close(e.quitCh)
296 e.wg.Wait()
297 return e.client.Close()
298}

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected