Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortex-js/compute-engine
/ currentChar
Method
currentChar
src/common/json5.ts:308–310 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
306
}
307
308
currentChar(): string {
309
return
this.text[this.index];
310
}
311
312
peekChar(offset: number): string {
313
return
this.text[this.index + offset];
Callers
9
parse
Method · 0.95
parseValue
Method · 0.95
parseObject
Method · 0.95
parseArray
Method · 0.95
parseString
Method · 0.95
parseNumber
Method · 0.95
parseIdentifier
Method · 0.95
skipWhitespace
Method · 0.95
expectChar
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected