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

Function bigsize_put

common/test/run-sphinx.c:52–53  ·  view source on GitHub ↗

Generated stub for bigsize_put */

Source from the content-addressed store, hash-verified

50{ fprintf(stderr, "bigsize_get called!\n"); abort(); }
51/* Generated stub for bigsize_put */
52size_t bigsize_put(u8 buf[BIGSIZE_MAX_LEN] UNNEEDED, bigsize_t v UNNEEDED)
53{ fprintf(stderr, "bigsize_put called!\n"); abort(); }
54/* Generated stub for fromwire_amount_msat */
55struct amount_msat fromwire_amount_msat(const u8 **cursor UNNEEDED, size_t *max UNNEEDED)
56{ fprintf(stderr, "fromwire_amount_msat called!\n"); abort(); }

Callers 1

test_encodeFunction · 0.70

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected