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

Function towire_u64

wire/towire.c:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void towire_u64(u8 **pptr, u64 v)
37{
38 be64 l = cpu_to_be64(v);
39 towire(pptr, &l, sizeof(l));
40}
41
42void towire_s8(u8 **pptr, s8 v)
43{

Callers 12

towire_s64Function · 0.70
towire_htlc_stubFunction · 0.50
towire_hsm_utxoFunction · 0.50
towire_wally_tx_outputFunction · 0.50
towire_short_channel_idFunction · 0.50
send_responseFunction · 0.50
json_commandoFunction · 0.50
towire_onchain_feeFunction · 0.50
towire_accountFunction · 0.50
towire_dstore_node_biasFunction · 0.50

Calls 2

cpu_to_be64Function · 0.85
towireFunction · 0.70

Tested by

no test coverage detected