MCPcopy Create free account
hub / github.com/ElementsProject/lightning / add_op

Function add_op

bitcoin/script.c:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32static void add_op(u8 **scriptp, u8 op)
33{
34 add(scriptp, &op, 1);
35}
36
37void script_push_bytes(u8 **scriptp, const void *mem, size_t len)
38{

Callers 15

script_push_bytesFunction · 0.85
add_numberFunction · 0.85
bitcoin_redeem_2of2Function · 0.85
scriptpubkey_p2sh_hashFunction · 0.85
scriptpubkey_p2pkhFunction · 0.85
scriptpubkey_p2wshFunction · 0.85
scriptpubkey_p2wpkhFunction · 0.85
anchor_to_remote_redeemFunction · 0.85
p2wpkh_scriptcodeFunction · 0.85
bitcoin_wscript_to_localFunction · 0.85

Calls 1

addFunction · 0.70

Tested by

no test coverage detected