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

Method String

internal/blocksync/v2/processor.go:67–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65}
66
67func (state *pcState) String() string {
68 return fmt.Sprintf("height: %d queue length: %d draining: %v blocks synced: %d",
69 state.height(), len(state.queue), state.draining, state.blocksSynced)
70}
71
72// newPcState returns a pcState initialized with the last verified block enqueued
73func newPcState(context processorContext) *pcState {

Callers

nothing calls this directly

Calls 1

heightMethod · 0.95

Tested by

no test coverage detected