MCPcopy 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
38static void add(u8 **scriptp, const void *mem, size_t len)
39{
40 tal_arr_appendn(scriptp, mem, len);
41}
42
43static void add_op(u8 **scriptp, u8 op)
44{

Callers 2

add_opFunction · 0.70
script_push_bytesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected