| 126 | } |
| 127 | |
| 128 | static void htlc_arr_append(const struct htlc ***arr, const struct htlc *htlc) |
| 129 | { |
| 130 | if (!arr) |
| 131 | return; |
| 132 | tal_arr_expand(arr, htlc); |
| 133 | } |
| 134 | |
| 135 | static void dump_htlc(const struct htlc *htlc, const char *prefix) |
| 136 | { |
no outgoing calls
no test coverage detected