MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / json_integer

Function json_integer

lv2export/includes/rack.hpp:91–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89struct json_t {};
90inline json_t* json_boolean(bool) { return NULL; }
91inline json_t* json_integer(int) { return NULL; }
92inline json_t* json_object(void) { return NULL; }
93inline json_t* json_object_get(json_t*, const char*) { return NULL; }
94inline bool json_is_true(json_t*) { return false; }

Callers 11

dataToJsonMethod · 0.85
dataToJsonMethod · 0.85
dataToJsonMethod · 0.85
dataToJsonMethod · 0.85
dataToJsonMethod · 0.85
dataToJsonMethod · 0.85
dataToJsonMethod · 0.85
dataToJsonMethod · 0.85
dataToJsonMethod · 0.85
dataToJsonMethod · 0.85
dataToJsonMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected