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

Method #currentChar

src/core/tokenizer.js:312–314  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

310 // ----- Character access -----
311
312 #currentChar() {
313 return this.#source.charAt(this.#position);
314 }
315
316 #nextChar() {
317 return this.#source.charAt(this.#position + 1);

Callers 15

#consumeCharMethod · 0.95
#consumeCommentMethod · 0.95
#consumeWhitespaceMethod · 0.95
#consumeIdReferenceMethod · 0.95
#consumeTemplateLogicMethod · 0.95
#consumeTemplateLineMethod · 0.95
#consumeIdentifierMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected