Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nutsdb/nutsdb
/ Context
Method
Context
status_manager.go:54–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
}
53
54
func
(sm *StatusManager) Context() context.Context {
55
return
sm.ctx
56
}
57
58
func
(sm *StatusManager) RegisterComponent(name string, component Component) error {
59
sm.componentsMu.Lock()
Callers
5
TestStatusManager_InitialState
Function · 0.95
TestStatusManager_ContextCancellation
Function · 0.95
TestMergeWorker_ResourceCleanup
Function · 0.45
TriggerMerge
Method · 0.45
doWrites
Method · 0.45
Calls
no outgoing calls
Tested by
3
TestStatusManager_InitialState
Function · 0.76
TestStatusManager_ContextCancellation
Function · 0.76
TestMergeWorker_ResourceCleanup
Function · 0.36