Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/decomp/decomp
/ Len
Method
Len
cmd/go-post/fix.go:29–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
type
byName []fix
28
29
func
(f byName) Len() int {
return
len(f) }
30
func
(f byName) Swap(i, j int) { f[i], f[j] = f[j], f[i] }
31
func
(f byName) Less(i, j int) bool {
return
f[i].name < f[j].name }
32
Callers
1
killPos
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected