| 529 | } |
| 530 | |
| 531 | struct command_result *WARN_UNUSED_RESULT |
| 532 | command_still_pending(struct command *cmd) |
| 533 | { |
| 534 | notleak_with_children(cmd); |
| 535 | return &pending; |
| 536 | } |
| 537 | |
| 538 | struct json_out *json_out_obj(const tal_t *ctx, |
| 539 | const char *fieldname, |
no outgoing calls
no test coverage detected