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

Method isWhitespace

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

Source from the content-addressed store, hash-verified

1059 }
1060
1061 isWhitespace(code) {
1062 return CHAR_TABLE[code] & WHITESPACE;
1063 }
1064 isDigit(code) {
1065 return CHAR_TABLE[code] & DIGIT;
1066 }

Callers 2

skipWhitespaceMethod · 0.95
skipToRootMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected