MCPcopy 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

parseMethod · 0.95
parseValueMethod · 0.95
parseObjectMethod · 0.95
parseArrayMethod · 0.95
parseStringMethod · 0.95
parseNumberMethod · 0.95
parseIdentifierMethod · 0.95
skipWhitespaceMethod · 0.95
expectCharMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected