| 98 | inline void json_object_set_new(json_t*, const char*, json_t*) {} |
| 99 | inline json_t* json_array(void) { return NULL; } |
| 100 | inline json_t* json_array_get(json_t*, int) { return NULL; } |
| 101 | inline void json_array_insert_new(json_t*, int, json_t*) {} |
| 102 | |
| 103 | namespace rack { |
no outgoing calls
no test coverage detected