| 62 | } |
| 63 | |
| 64 | struct command_result *command_its_complicated(const char *relationship_details |
| 65 | UNNEEDED) |
| 66 | { |
| 67 | return &unknown; |
| 68 | } |
| 69 | |
| 70 | /* This represents a JSON RPC connection. It can invoke multiple commands, but |
| 71 | * a command can outlive the connection, which could close any time. */ |
no outgoing calls
no test coverage detected