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

Method #charAt

www/js/ext/component.js:255–257  ·  view source on GitHub ↗
(offset = 1)

Source from the content-addressed store, hash-verified

253 return this.#source.charAt(this.#position + 1);
254 }
255 #charAt(offset = 1) {
256 return this.#source.charAt(this.#position + offset);
257 }
258 #consumeChar() {
259 this.#lastToken = this.#currentChar();
260 this.#position++;

Callers 1

#isLineCommentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected