Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/rubenv/sql-migrate
/ isNumeric
Method
isNumeric
migrate.go:149–151 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
147
}
148
149
func
(m Migration) isNumeric() bool {
150
return
len(m.NumberPrefixMatches()) > 0
151
}
152
153
func
(m Migration) NumberPrefixMatches() []string {
154
return
numberPrefixRegex.FindStringSubmatch(m.Id)
Callers
1
Less
Method · 0.95
Calls
1
NumberPrefixMatches
Method · 0.95
Tested by
no test coverage detected