MCPcopy 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
902func isASCIIDigit(r rune) bool {
903 return r <= unicode.MaxASCII && unicode.IsDigit(r)
904}
905
906type parseFormatError struct {
907 msg string

Callers 2

parsePrecisionV2Function · 0.85
parsePrecisionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected