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

Method String

libs/pubsub/query/query.go:80–85  ·  view source on GitHub ↗

String matches part of the pubsub.Query interface.

()

Source from the content-addressed store, hash-verified

78
79// String matches part of the pubsub.Query interface.
80func (q *Query) String() string {
81 if q == nil {
82 return "<empty>"
83 }
84 return q.ast.String()
85}
86
87// Syntax returns the syntax tree representation of q.
88func (q *Query) Syntax() syntax.Query {

Callers

nothing calls this directly

Implementers 1

Querylibs/pubsub/query/query.go

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected