Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigskysoftware/_hyperscript
/ #charAt
Method
#charAt
www/js/_hyperscript-max.js:261–263 ·
view source on GitHub ↗
(offset = 1)
Source
from the content-addressed store, hash-verified
259
return
this.#source.charAt(this.#position + 1);
260
}
261
#charAt(offset = 1) {
262
return
this.#source.charAt(this.#position + offset);
263
}
264
#consumeChar() {
265
this.#lastToken = this.#currentChar();
266
this.#position++;
Callers
1
#isLineComment
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected