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

Method Len

consistent/consistent.go:54–54  ·  view source on GitHub ↗

Len returns the length of the uints array.

()

Source from the content-addressed store, hash-verified

52
53// Len returns the length of the uints array.
54func (x NodeKeys) Len() int { return len(x) }
55
56// Less returns true if node i is less than node j.
57func (x NodeKeys) Less(i, j int) bool { return x[i].Less(&x[j]) }

Callers 2

nestedWalkFillTxNonceFunction · 0.45
GetBoolMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected