MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / String

Method String

blockproducer/bpinfo.go:33–35  ·  view source on GitHub ↗

String implements fmt.Stringer.

()

Source from the content-addressed store, hash-verified

31
32// String implements fmt.Stringer.
33func (i *blockProducerInfo) String() string {
34 return fmt.Sprintf("[%d/%d|%s] %s", i.rank+1, i.total, i.role, i.nodeID)
35}
36
37func buildBlockProducerInfos(
38 localNodeID proto.NodeID, peers *proto.Peers, isAPINode bool,

Callers 15

TestChainFunction · 0.45
addBlockFunction · 0.45
addTxFunction · 0.45
buildBlockIndexFunction · 0.45
updateIrreversibleFunction · 0.45
deleteTxsFunction · 0.45
updateAccountFunction · 0.45
deleteAccountFunction · 0.45
updateShardChainFunction · 0.45
updateProviderFunction · 0.45
deleteProviderFunction · 0.45
loadBlockFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestChainFunction · 0.36