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

Method #currentChar

tools/common/_hyperscript.iife.js:249–251  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

247 }
248 // ----- Character access -----
249 #currentChar() {
250 return this.#source.charAt(this.#position);
251 }
252 #nextChar() {
253 return this.#source.charAt(this.#position + 1);
254 }

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