Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
262
func
(sm *StatusManager) loadCloseErr() error {
263
sm.closeErrMu.Lock()
264
defer
sm.closeErrMu.Unlock()
265
return
sm.closeErr
266
}
267
268
func
(sm *StatusManager) setCloseErr(err error) {
269
sm.closeErrMu.Lock()
Callers
1
Close
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected