| 149 | } |
| 150 | |
| 151 | struct log *command_log(struct command *cmd) |
| 152 | { |
| 153 | if (cmd->jcon) |
| 154 | return cmd->jcon->log; |
| 155 | return cmd->ld->log; |
| 156 | } |
| 157 | |
| 158 | static struct command_result *json_help(struct command *cmd, |
| 159 | const char *buffer, |
no outgoing calls
no test coverage detected