Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ add_type
Function
add_type
bitcoin/psbt.c:679–682 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
677
}
678
679
static void add_type(u8 **key, const u8 num)
680
{
681
add(key, &num, 1);
682
}
683
684
void add_varint(u8 **arr, size_t val)
685
{
Callers
1
psbt_make_key
Function · 0.85
Calls
1
add
Function · 0.70
Tested by
no test coverage detected