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

Method isDigit

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

Source from the content-addressed store, hash-verified

1062 return CHAR_TABLE[code] & WHITESPACE;
1063 }
1064 isDigit(code) {
1065 return CHAR_TABLE[code] & DIGIT;
1066 }
1067 isHexDigit(code) {
1068 return CHAR_TABLE[code] & HEX_DIGIT;
1069 }

Callers 3

parseValueMethod · 0.95
parseArrayMethod · 0.95
parseNumberMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected