| 47 | } |
| 48 | |
| 49 | struct command_result *command_its_complicated(const char *relationship_details |
| 50 | UNNEEDED) |
| 51 | { |
| 52 | return &unknown; |
| 53 | } |
| 54 | |
| 55 | /* This represents a JSON RPC connection. It can invoke multiple commands, but |
| 56 | * a command can outlive the connection, which could close any time. */ |
no outgoing calls
no test coverage detected