Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlc-dev/sqlc
/ IsDown
Function
IsDown
internal/migrations/migrations.go:59–62 ·
view source on GitHub ↗
(filename string)
Source
from the content-addressed store, hash-verified
57
}
58
59
func
IsDown(filename string) bool {
60
// Remove golang-migrate rollback files.
61
return
strings.HasSuffix(filename,
".down.sql"
)
62
}
Callers
2
Glob
Function · 0.92
TestRemoveGolangMigrateRollback
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestRemoveGolangMigrateRollback
Function · 0.68