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