MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / #isWhitespace

Method #isWhitespace

src/core/tokenizer.js:273–275  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

271 }
272
273 #isWhitespace(c) {
274 return c === " " || c === "\t" || c === "\r" || c === "\n";
275 }
276
277 #isNewline(c) {
278 return c === "\r" || c === "\n";

Callers 3

#consumeWhitespaceMethod · 0.95
#isLineCommentMethod · 0.95
#tokenizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected