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

Function json_array_get

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

Source from the content-addressed store, hash-verified

98inline void json_object_set_new(json_t*, const char*, json_t*) {}
99inline json_t* json_array(void) { return NULL; }
100inline json_t* json_array_get(json_t*, int) { return NULL; }
101inline void json_array_insert_new(json_t*, int, json_t*) {}
102
103namespace rack {

Callers 2

dataFromJsonMethod · 0.85
dataFromJsonMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected