MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / isHexDigit

Method isHexDigit

tools/mcdevicetree.js:1067–1069  ·  view source on GitHub ↗
(code)

Source from the content-addressed store, hash-verified

1065 return CHAR_TABLE[code] & DIGIT;
1066 }
1067 isHexDigit(code) {
1068 return CHAR_TABLE[code] & HEX_DIGIT;
1069 }
1070 isIdentifierStart(code) {
1071 return CHAR_TABLE[code] & IDENTIFIER_START;
1072 }

Callers 1

parseNumberMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected