Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_string
Function · 0.70
skip_comments
Function · 0.70
skip_spaces
Function · 0.70
skip_value
Function · 0.70
type
Function · 0.70
parse_key
Function · 0.70
parse_number
Function · 0.70
parse_bool
Function · 0.70
parse_string
Function · 0.70
parse_array
Function · 0.70
parse_root_object
Function · 0.70
parse_object
Function · 0.70
Calls
1
vfatal
Function · 0.85
Tested by
no test coverage detected