Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rubenv/sql-migrate
/ byId
TypeAlias
byId
migrate.go:173–173 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
}
172
173
type
byId []*Migration
174
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] }
Callers
7
TestSortMigrations
Method · 0.85
FindMigrations
Method · 0.85
findMigrations
Function · 0.85
FindMigrations
Method · 0.85
FindMigrations
Method · 0.85
planMigrationCommon
Method · 0.85
TestAlphaNumericMigrations
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected