Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/convox/rack
/ Sortable
Interface
Sortable
pkg/api/sort.go:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
package
api
2
3
type
Sortable
interface
{
4
Less(int, int) bool
5
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected