Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ add
Function
add
bitcoin/script.c:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
static void add(u8 **scriptp, const void *mem, size_t len)
39
{
40
tal_arr_appendn(scriptp, mem, len);
41
}
42
43
static void add_op(u8 **scriptp, u8 op)
44
{
Callers
2
add_op
Function · 0.70
script_push_bytes
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected