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

Function towire

bitcoin/test/run-secret_eq_consttime.c:15–16  ·  view source on GitHub ↗

Generated stub for towire */

Source from the content-addressed store, hash-verified

13{ fprintf(stderr, "fromwire called!\n"); abort(); }
14/* Generated stub for towire */
15void towire(u8 **pptr UNNEEDED, const void *data UNNEEDED, size_t len UNNEEDED)
16{ fprintf(stderr, "towire called!\n"); abort(); }
17/* AUTOGENERATED MOCKS END */
18static bool verbose = false;
19

Callers 4

towire_preimageFunction · 0.50
towire_secretFunction · 0.50
towire_pubkeyFunction · 0.50
towire_point32Function · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected