MCPcopy Create free account
hub / github.com/ading2210/linuxpdf / json_undefined_new

Function json_undefined_new

tinyemu/json.h:94–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94static inline JSONValue json_undefined_new(void)
95{
96 JSONValue val;
97 val.type = JSON_UNDEFINED;
98 val.u.int32 = 0;
99 return val;
100}
101
102static inline JSONValue json_null_new(void)
103{

Callers 2

json_object_getFunction · 0.85
json_array_getFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected