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

Function towire_u64

plugins/bkpr/test/run-bkpr_db.c:221–222  ·  view source on GitHub ↗

Generated stub for towire_u64 */

Source from the content-addressed store, hash-verified

219{ fprintf(stderr, "towire_u32 called!\n"); abort(); }
220/* Generated stub for towire_u64 */
221void towire_u64(u8 **pptr UNNEEDED, u64 v UNNEEDED)
222{ fprintf(stderr, "towire_u64 called!\n"); abort(); }
223/* Generated stub for towire_u8 */
224void towire_u8(u8 **pptr UNNEEDED, u8 v UNNEEDED)
225{ fprintf(stderr, "towire_u8 called!\n"); abort(); }

Callers 2

send_responseFunction · 0.50
json_commandoFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected