Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/akash-network/node
/ Clone
Method
Clone
pubsub/bus.go:37–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
type
Subscriber
interface
{
36
Events() <-
chan
Event
37
Clone() (Subscriber, error)
38
Close()
39
Done() <-
chan
struct
{}
40
}
Callers
5
Accounts
Method · 0.65
Payments
Method · 0.65
clearStorePrefix
Function · 0.65
handler
Method · 0.65
TestClone
Function · 0.65
Implementers
1
bus
pubsub/bus.go
Calls
no outgoing calls
Tested by
1
TestClone
Function · 0.52