| 809 | return NULL; |
| 810 | } |
| 811 | bool wire_sync_write(int fd UNNEEDED, const void *msg TAKES UNNEEDED) |
| 812 | { |
| 813 | return true; |
| 814 | } |
| 815 | u8 *wire_sync_read(const tal_t *ctx UNNEEDED, int fd UNNEEDED) |
| 816 | { |
| 817 | return NULL; |
no outgoing calls
no test coverage detected