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

Method error

src/common/json5.ts:320–322  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

318 }
319
320 error(message: string): Error {
321 return new Error(`${message} at position ${this.index}`);
322 }
323}

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