Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
674
static void add(u8 **key, const void *mem, size_t len)
675
{
676
tal_arr_appendn(key, mem, len);
677
}
678
679
static void add_type(u8 **key, const u8 num)
680
{
Callers
2
add_type
Function · 0.70
psbt_make_key
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected