MCPcopy Create free account
hub / github.com/andybalholm/cascadia / hexDigit

Function hexDigit

parser.go:59–61  ·  view source on GitHub ↗
(c byte)

Source from the content-addressed store, hash-verified

57}
58
59func hexDigit(c byte) bool {
60 return '0' <= c && c <= '9' || 'a' <= c && c <= 'f' || 'A' <= c && c <= 'F'
61}
62
63// nameStart returns whether c can be the first character of an identifier
64// (not counting an initial hyphen, or an escape sequence).

Callers 1

parseEscapeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…