| 303 | } |
| 304 | |
| 305 | struct command_result *WARN_UNUSED_RESULT |
| 306 | command_still_pending(struct command *cmd) |
| 307 | { |
| 308 | if (cmd) |
| 309 | notleak_with_children(cmd); |
| 310 | return &pending; |
| 311 | } |
| 312 | |
| 313 | struct json_out *json_out_obj(const tal_t *ctx, |
| 314 | const char *fieldname, |
no outgoing calls
no test coverage detected