MCPcopy Create free account
hub / github.com/Script-Hub-Org/Script-Hub / isWhitespace

Method isWhitespace

Rewrite-Parser.js:2503–2505  ·  view source on GitHub ↗
(char)

Source from the content-addressed store, hash-verified

2501 }
2502
2503 isWhitespace(char) {
2504 return /\s/.test(char)
2505 }
2506
2507 isDelimiter(char) {
2508 return ['(', ')', ','].includes(char)

Callers 1

tokenizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected