MCPcopy
hub / github.com/go-yaml/yaml / Len

Method Len

sorter.go:25–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23type keyList []reflect.Value
24
25func (l keyList) Len() int { return len(l) }
26func (l keyList) Swap(i, j int) { l[i], l[j] = l[j], l[i] }
27func (l keyList) Less(i, j int) bool {
28 a := l[i]

Callers 4

structvMethod · 0.80
slicevMethod · 0.80
isZeroFunction · 0.80
sequenceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected