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

Method #charAt

www/js/_hyperscript.esm.js:260–262  ·  view source on GitHub ↗
(offset = 1)

Source from the content-addressed store, hash-verified

258 return this.#source.charAt(this.#position + 1);
259 }
260 #charAt(offset = 1) {
261 return this.#source.charAt(this.#position + offset);
262 }
263 #consumeChar() {
264 this.#lastToken = this.#currentChar();
265 this.#position++;

Callers 1

#isLineCommentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected