MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / isAtEnd

Method isAtEnd

src/common/json5.ts:316–318  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

314 }
315
316 isAtEnd(): boolean {
317 return this.index >= this.text.length;
318 }
319
320 error(message: string): Error {
321 return new Error(`${message} at position ${this.index}`);

Callers 6

parseMethod · 0.95
parseValueMethod · 0.95
parseStringMethod · 0.95
parseNumberMethod · 0.95
parseIdentifierMethod · 0.95
skipWhitespaceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected