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

Function towire_bool

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

Generated stub for towire_bool */

Source from the content-addressed store, hash-verified

86{ fprintf(stderr, "towire called!\n"); abort(); }
87/* Generated stub for towire_bool */
88void towire_bool(u8 **pptr UNNEEDED, bool v UNNEEDED)
89{ fprintf(stderr, "towire_bool called!\n"); abort(); }
90/* Generated stub for towire_secp256k1_ecdsa_signature */
91void towire_secp256k1_ecdsa_signature(u8 **pptr UNNEEDED,
92 const secp256k1_ecdsa_signature *signature UNNEEDED)

Callers 7

towire_inflightFunction · 0.50
towire_fee_statesFunction · 0.50
towire_added_htlcFunction · 0.50
towire_existing_htlcFunction · 0.50
towire_chain_coin_mvtFunction · 0.50
towire_wireaddr_internalFunction · 0.50
towire_height_statesFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected