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

Method isWhitespace

Rewrite-Parser.beta.js:2915–2917  ·  view source on GitHub ↗
(char)

Source from the content-addressed store, hash-verified

2913 }
2914
2915 isWhitespace(char) {
2916 return /\s/.test(char)
2917 }
2918
2919 isDelimiter(char) {
2920 return ['(', ')', ','].includes(char)

Callers 1

tokenizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected