Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
func
cisalpha(r rune) bool {
36
return
(r >=
'a'
&& r <=
'z'
) || (r >=
'A'
&& r <=
'Z'
)
37
}
38
39
func
order(r rune) int {
40
if
cisdigit(r) {
Callers
2
order
Function · 0.85
Parse
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected