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

Method #nextChar

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

Source from the content-addressed store, hash-verified

250 return this.#source.charAt(this.#position);
251 }
252 #nextChar() {
253 return this.#source.charAt(this.#position + 1);
254 }
255 #charAt(offset = 1) {
256 return this.#source.charAt(this.#position + offset);
257 }

Callers 3

#consumeNumberMethod · 0.95
#isLineCommentMethod · 0.95
#tokenizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected