MCPcopy Create free account
hub / github.com/decomp/decomp / byDate

TypeAlias byDate

cmd/go-post/fix.go:34–34  ·  view source on GitHub ↗

main runs sort.Sort(byDate(fixes)) before applying fixes.

Source from the content-addressed store, hash-verified

32
33// main runs sort.Sort(byDate(fixes)) before applying fixes.
34type byDate []fix
35
36func (f byDate) Len() int { return len(f) }
37func (f byDate) Swap(i, j int) { f[i], f[j] = f[j], f[i] }

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected