Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rubenv/sql-migrate
/ Less
Method
Less
migrate.go:177–177 ·
view source on GitHub ↗
(i, j int)
Source
from the content-addressed store, hash-verified
175
func
(b byId) Len() int {
return
len(b) }
176
func
(b byId) Swap(i, j int) { b[i], b[j] = b[j], b[i] }
177
func
(b byId) Less(i, j int) bool {
return
b[i].Less(b[j]) }
178
179
type
MigrationRecord
struct
{
180
Id string `db:
"id"
`
Callers
2
TestLess
Method · 0.45
ToCatchup
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestLess
Method · 0.36