MCPcopy Create free account
hub / github.com/akash-network/node / Done

Method Done

pubsub/bus.go:104–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102}
103
104func (b *bus) Done() <-chan struct{} {
105 return b.lc.Done()
106}
107
108func (b *bus) run() {
109 defer b.lc.ShutdownCompleted()

Callers

nothing calls this directly

Calls 1

DoneMethod · 0.65

Tested by

no test coverage detected