MCPcopy Create free account
hub / github.com/tendermint/tendermint / NumClientSubscriptions

Method NumClientSubscriptions

types/event_bus.go:73–75  ·  view source on GitHub ↗
(clientID string)

Source from the content-addressed store, hash-verified

71}
72
73func (b *EventBus) NumClientSubscriptions(clientID string) int {
74 return b.pubsub.NumClientSubscriptions(clientID)
75}
76
77func (b *EventBus) Subscribe(
78 ctx context.Context,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected