Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
23
type
keyList []reflect.Value
24
25
func
(l keyList) Len() int {
return
len(l) }
26
func
(l keyList) Swap(i, j int) { l[i], l[j] = l[j], l[i] }
27
func
(l keyList) Less(i, j int) bool {
28
a := l[i]
Callers
4
structv
Method · 0.80
slicev
Method · 0.80
isZero
Function · 0.80
sequence
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected