MCPcopy Create free account
hub / github.com/nutsdb/nutsdb / loadCloseErr

Method loadCloseErr

status_manager.go:262–266  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

260}
261
262func (sm *StatusManager) loadCloseErr() error {
263 sm.closeErrMu.Lock()
264 defer sm.closeErrMu.Unlock()
265 return sm.closeErr
266}
267
268func (sm *StatusManager) setCloseErr(err error) {
269 sm.closeErrMu.Lock()

Callers 1

CloseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected