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

Method String

rpc/jsonrpc/types/types.go:30–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28
29func (JSONRPCIntID) isJSONRPCID() {}
30func (id JSONRPCIntID) String() string { return fmt.Sprintf("%d", id) }
31
32func idFromInterface(idInterface interface{}) (jsonrpcid, error) {
33 switch id := idInterface.(type) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected