MCPcopy Create free account
hub / github.com/google/pprof / Len

Method Len

internal/graph/graph.go:950–950  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

948}
949
950func (s nodeSorter) Len() int { return len(s.rs) }
951func (s nodeSorter) Swap(i, j int) { s.rs[i], s.rs[j] = s.rs[j], s.rs[i] }
952func (s nodeSorter) Less(i, j int) bool { return s.less(s.rs[i], s.rs[j]) }
953

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected