MCPcopy 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

35type Subscriber interface {
36 Events() <-chan Event
37 Clone() (Subscriber, error)
38 Close()
39 Done() <-chan struct{}
40}

Callers 5

AccountsMethod · 0.65
PaymentsMethod · 0.65
clearStorePrefixFunction · 0.65
handlerMethod · 0.65
TestCloneFunction · 0.65

Implementers 1

buspubsub/bus.go

Calls

no outgoing calls

Tested by 1

TestCloneFunction · 0.52