Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigskysoftware/_hyperscript
/ #currentChar
Method
#currentChar
www/js/_hyperscript-max.js:255–257 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
253
}
254
// ----- Character access -----
255
#currentChar() {
256
return
this.#source.charAt(this.#position);
257
}
258
#nextChar() {
259
return
this.#source.charAt(this.#position + 1);
260
}
Callers
15
#consumeChar
Method · 0.95
#consumeComment
Method · 0.95
#consumeWhitespace
Method · 0.95
#consumeClassReference
Method · 0.95
#consumeIdReference
Method · 0.95
#consumeAttributeReference
Method · 0.95
#consumeShortAttributeReference
Method · 0.95
#consumeStyleReference
Method · 0.95
#consumeTemplateLogic
Method · 0.95
#consumeTemplateLine
Method · 0.95
#consumeTemplateIdentifier
Method · 0.95
#consumeIdentifier
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected