MCPcopy Index your code
hub / github.com/glideapps/quicktype / panic

Function panic

src/Support.ts:50–52  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

48}
49
50export function panic(message: string): never {
51 throw Error(message);
52}
53
54export const hashCodeInit = 17;
55

Callers 15

constructorMethod · 0.90
getValueMethod · 0.90
introspectServerFunction · 0.90
expandFunction · 0.90
commitIntervalFunction · 0.90
intervalLengthFunction · 0.90
optionDefinitionsFunction · 0.90
renderGraphAndSerializeFunction · 0.90
indexMethod · 0.90
TypeRefClass · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…