Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ isASCIIDigit
Function
isASCIIDigit
ext/formatting.go:902–904 ·
view source on GitHub ↗
(r rune)
Source
from the content-addressed store, hash-verified
900
}
901
902
func
isASCIIDigit(r rune) bool {
903
return
r <= unicode.MaxASCII && unicode.IsDigit(r)
904
}
905
906
type
parseFormatError
struct
{
907
msg string
Callers
2
parsePrecisionV2
Function · 0.85
parsePrecision
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected