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