MCPcopy Create free account
hub / github.com/Debian/dcs / cisalpha

Function cisalpha

dpkgversion/dpkgversion.go:35–37  ·  view source on GitHub ↗
(r rune)

Source from the content-addressed store, hash-verified

33}
34
35func cisalpha(r rune) bool {
36 return (r >= 'a' && r <= 'z') || (r >= 'A' && r <= 'Z')
37}
38
39func order(r rune) int {
40 if cisdigit(r) {

Callers 2

orderFunction · 0.85
ParseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected