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

Function copy_data

tools/lightning-downgrade.c:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40};
41
42static void copy_data(u8 **out, const u8 *in, size_t len)
43{
44 tal_arr_appendn(out, in, len);
45}
46
47/* askrene added DSTORE_CHANNEL_BIAS_V2 (convertable) and
48 * DSTORE_NODE_BIAS (not convertable) */

Callers 1

convert_layer_dataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected