Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/google/mangle
/ Len
Method
Len
ast/ast.go:1473–1475 ·
view source on GitHub ↗
Len is part of sort.Interface.
()
Source
from the content-addressed store, hash-verified
1471
1472
// Len is part of sort.Interface.
1473
func
(s keysorter) Len() int {
1474
return
len(s.keys)
1475
}
1476
1477
// Swap is part of sort.Interface.
1478
func
(s *keysorter) Swap(i, j int) {
Callers
1
ProtoToStruct
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected