MCPcopy 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
149func (m Migration) isNumeric() bool {
150 return len(m.NumberPrefixMatches()) > 0
151}
152
153func (m Migration) NumberPrefixMatches() []string {
154 return numberPrefixRegex.FindStringSubmatch(m.Id)

Callers 1

LessMethod · 0.95

Calls 1

NumberPrefixMatchesMethod · 0.95

Tested by

no test coverage detected