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

Function towire_amount_msat

tools/test/run-test-wire.c:72–73  ·  view source on GitHub ↗

Generated stub for towire_amount_msat */

Source from the content-addressed store, hash-verified

70{ fprintf(stderr, "printwire_u8_array called!\n"); abort(); }
71/* Generated stub for towire_amount_msat */
72void towire_amount_msat(u8 **pptr UNNEEDED, const struct amount_msat msat UNNEEDED)
73{ fprintf(stderr, "towire_amount_msat called!\n"); abort(); }
74/* Generated stub for towire_bool */
75void towire_bool(u8 **pptr UNNEEDED, bool v UNNEEDED)
76{ fprintf(stderr, "towire_bool called!\n"); abort(); }

Callers 1

runFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected