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

Function add

bitcoin/psbt.c:674–677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

672}
673
674static void add(u8 **key, const void *mem, size_t len)
675{
676 tal_arr_appendn(key, mem, len);
677}
678
679static void add_type(u8 **key, const u8 num)
680{

Callers 2

add_typeFunction · 0.70
psbt_make_keyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected