Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/maruel/panicparse
/ Len
Method
Len
stack/stack.go:868–868 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
866
type
uint64Slice []uint64
867
868
func
(a uint64Slice) Len() int {
return
len(a) }
869
func
(a uint64Slice) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
870
func
(a uint64Slice) Less(i, j int) bool {
return
a[i] < a[j] }
Callers
2
TestAggregated_ToHTML_2Buckets
Function · 0.80
TestAggregated_ToHTML_1Bucket
Function · 0.80
Calls
no outgoing calls
Tested by
2
TestAggregated_ToHTML_2Buckets
Function · 0.64
TestAggregated_ToHTML_1Bucket
Function · 0.64