MCPcopy Create free account
hub / github.com/ElementsProject/lightning / htlc_arr_append

Function htlc_arr_append

channeld/full_channel.c:128–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128static 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
135static void dump_htlc(const struct htlc *htlc, const char *prefix)
136{

Callers 3

gather_htlcsFunction · 0.85
add_htlcFunction · 0.85
change_htlcsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected