Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/maruel/panicparse
/ uint64Slice
TypeAlias
uint64Slice
stack/stack.go:866–866 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
864
}
865
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] }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected