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