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

Method isIdentifierChar

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

Source from the content-addressed store, hash-verified

1071 return CHAR_TABLE[code] & IDENTIFIER_START;
1072 }
1073 isIdentifierChar(code) {
1074 return CHAR_TABLE[code] & IDENTIFIER_CHAR;
1075 }
1076
1077 skipWhitespace() {
1078 const length = this.length, content = this.contentS;

Callers 2

parseNodeMethod · 0.95
parseIdentifierMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected