Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
constructor
Method · 0.95
parse
Method · 0.95
readValue
Method · 0.95
compiler-args-app.ts
File · 0.80
getParser
Method · 0.80
uncaughtHandler
Function · 0.80
app.ts
File · 0.80
check-license-headers.js
File · 0.80
check-frontend-imports.js
File · 0.80
load_local_shortlinks
Method · 0.80
get_existing_subhashes_for_prefix
Method · 0.80
migrate_shortlink
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected