MCPcopy Index your code
hub / github.com/expr-lang/expr / IsSpace

Function IsSpace

parser/utils/utils.go:24–26  ·  view source on GitHub ↗
(r rune)

Source from the content-addressed store, hash-verified

22}
23
24func IsSpace(r rune) bool {
25 return unicode.IsSpace(r)
26}
27
28func IsAlphaNumeric(r rune) bool {
29 return IsAlphabetic(r) || unicode.IsDigit(r)

Callers 1

rootFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…