MCPcopy 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

27type byName []fix
28
29func (f byName) Len() int { return len(f) }
30func (f byName) Swap(i, j int) { f[i], f[j] = f[j], f[i] }
31func (f byName) Less(i, j int) bool { return f[i].name < f[j].name }
32

Callers 1

killPosFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected