Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
104
func
(b *bus) Done() <-
chan
struct
{} {
105
return
b.lc.Done()
106
}
107
108
func
(b *bus) run() {
109
defer
b.lc.ShutdownCompleted()
Callers
nothing calls this directly
Calls
1
Done
Method · 0.65
Tested by
no test coverage detected