Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ add_type
Function
add_type
bitcoin/psbt.c:472–475 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
470
}
471
472
static void add_type(u8 **key, const u8 num)
473
{
474
add(key, &num, 1);
475
}
476
477
static void add_varint(u8 **key, size_t val)
478
{
Callers
1
psbt_make_key
Function · 0.85
Calls
1
add
Function · 0.70
Tested by
no test coverage detected