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

Function towire

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

Generated stub for towire */

Source from the content-addressed store, hash-verified

75{ fprintf(stderr, "fromwire_u8_array called!\n"); abort(); }
76/* Generated stub for towire */
77void towire(u8 **pptr UNNEEDED, const void *data UNNEEDED, size_t len UNNEEDED)
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(); }

Callers 9

tlvFunction · 0.70
towire_bigsizeFunction · 0.50
towire_ext_keyFunction · 0.50
create_onionreplyFunction · 0.50
towire_added_htlcFunction · 0.50
towire_existing_htlcFunction · 0.50
towire_node_idFunction · 0.50
towire_channel_idFunction · 0.50
towire_wireaddrFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected