Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigskysoftware/_hyperscript
/ #charAt
Method
#charAt
src/core/tokenizer.js:320–322 ·
view source on GitHub ↗
(offset = 1)
Source
from the content-addressed store, hash-verified
318
}
319
320
#charAt(offset = 1) {
321
return
this.#source.charAt(this.#position + offset);
322
}
323
324
#consumeChar() {
325
this.#lastToken = this.#currentChar();
Callers
1
#isLineComment
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected