MCPcopy
hub / github.com/compiler-explorer/compiler-explorer / error

Method error

shared/rison.ts:388–390  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

386 }
387
388 error(message: string): never {
389 throw new Error('rison parser error: ' + message);
390 }
391
392 readValue(): JSONValue {
393 const c = this.next();

Callers 15

constructorMethod · 0.95
parseMethod · 0.95
readValueMethod · 0.95
getParserMethod · 0.80
uncaughtHandlerFunction · 0.80
app.tsFile · 0.80
load_local_shortlinksMethod · 0.80
migrate_shortlinkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected