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

Struct blockingComponent

status_manager_test.go:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74type blockingComponent struct {
75 stopStarted chan struct{}
76 stopRelease chan struct{}
77}
78
79func newBlockingComponent() *blockingComponent {
80 return &blockingComponent{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected