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

Function towire_bool

common/test/run-base64.c:80–81  ·  view source on GitHub ↗

Generated stub for towire_bool */

Source from the content-addressed store, hash-verified

78{ fprintf(stderr, "towire called!\n"); abort(); }
79/* Generated stub for towire_bool */
80void towire_bool(u8 **pptr UNNEEDED, bool v UNNEEDED)
81{ fprintf(stderr, "towire_bool called!\n"); abort(); }
82/* Generated stub for towire_secp256k1_ecdsa_signature */
83void towire_secp256k1_ecdsa_signature(u8 **pptr UNNEEDED,
84 const secp256k1_ecdsa_signature *signature UNNEEDED)

Callers 6

towire_utxoFunction · 0.50
towire_fee_statesFunction · 0.50
towire_added_htlcFunction · 0.50
towire_existing_htlcFunction · 0.50
towire_chain_coin_mvtFunction · 0.50
towire_height_statesFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected