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

Function towire

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

Generated stub for towire */

Source from the content-addressed store, hash-verified

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

Callers 15

add_hopFunction · 0.70
mainFunction · 0.70
generate_invalid_vectorsFunction · 0.70
tlvFunction · 0.70
print_valid_offerFunction · 0.70
construct_scriptFunction · 0.70
construct_witness_scriptFunction · 0.70
tlvFunction · 0.70
towire_bigsizeFunction · 0.50
towire_ext_keyFunction · 0.50
make_v0_hopFunction · 0.50
create_onionreplyFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected