MCPcopy Create free account
hub / github.com/CovenantSQL/CovenantSQL / Len

Method Len

blockproducer/metastate.go:49–49  ·  view source on GitHub ↗

Len returns the length of the uints array.

()

Source from the content-addressed store, hash-verified

47
48// Len returns the length of the uints array.
49func (x MinerInfos) Len() int { return len(x) }
50
51// Less returns true if MinerInfo i is less than node j.
52func (x MinerInfos) Less(i, j int) bool {

Callers 2

filterNMinersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected