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

Method #isNewline

www/js/_hyperscript-max.js:227–229  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

225 return c === " " || c === " " || c === "\r" || c === "\n";
226 }
227 #isNewline(c) {
228 return c === "\r" || c === "\n";
229 }
230 #isValidCSSChar(c) {
231 return this.#isAlpha(c) || this.#isNumeric(c) || c === "-" || c === "_" || c === ":";
232 }

Callers 3

#consumeCommentMethod · 0.95
#consumeWhitespaceMethod · 0.95
#consumeTemplateLineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected