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

Method #currentChar

www/js/_hyperscript-max.js:255–257  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

253 }
254 // ----- Character access -----
255 #currentChar() {
256 return this.#source.charAt(this.#position);
257 }
258 #nextChar() {
259 return this.#source.charAt(this.#position + 1);
260 }

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