MCPcopy Create free account
hub / github.com/CPChain/chain / String

Method String

configs/general.go:314–316  ·  view source on GitHub ↗

String implements the stringer interface, returning the consensus engine details.

()

Source from the content-addressed store, hash-verified

312
313// String implements the stringer interface, returning the consensus engine details.
314func (c *DporConfig) String() string {
315 return "dpor"
316}
317
318func (c *DporConfig) ValidatorsLen() uint64 {
319 if c != nil {

Callers 2

TestDporConfig_StringFunction · 0.95
resolveDomainFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestDporConfig_StringFunction · 0.76