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

Method String

libs/pubsub/pubsub.go:75–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73type Query interface {
74 Matches(events []types.Event) (bool, error)
75 String() string
76}
77
78type UnsubscribeArgs struct {

Callers 15

sendMethod · 0.95
ABCIQueryWithOptionsMethod · 0.65
TestHexBytes_StringFunction · 0.65
TestTrapSignalFunction · 0.65
RunCaptureWithArgsFunction · 0.65
TestSetupEnvFunction · 0.65
TestSetupConfigFunction · 0.65
TestSetupUnmarshalFunction · 0.65
TestJSONMarshalUnmarshalFunction · 0.65
UnmarshalJSONMethod · 0.65
subscribeMethod · 0.65
UnsubscribeMethod · 0.65

Implementers 1

Querylibs/pubsub/query/query.go

Calls

no outgoing calls

Tested by 7

TestHexBytes_StringFunction · 0.52
TestTrapSignalFunction · 0.52
TestSetupEnvFunction · 0.52
TestSetupConfigFunction · 0.52
TestSetupUnmarshalFunction · 0.52
TestJSONMarshalUnmarshalFunction · 0.52
TestParseValidFunction · 0.52