MCPcopy Create free account
hub / github.com/crownengine/crown / fatal

Function fatal

src/core/json/sjson.cpp:57–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56
57 void fatal(const char *format, ...)
58 {
59 va_list args;
60 va_start(args, format);
61 vfatal(format, args);
62 va_end(args);
63 }
64
65#define NEXT_OR_RETURN(json, c, return_val) \
66 do { \

Callers 14

skip_stringFunction · 0.70
skip_commentsFunction · 0.70
skip_spacesFunction · 0.70
skip_valueFunction · 0.70
typeFunction · 0.70
parse_keyFunction · 0.70
parse_numberFunction · 0.70
parse_boolFunction · 0.70
parse_stringFunction · 0.70
parse_arrayFunction · 0.70
parse_root_objectFunction · 0.70
parse_objectFunction · 0.70

Calls 1

vfatalFunction · 0.85

Tested by

no test coverage detected