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

Function bigsize_get

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

Generated stub for bigsize_get */

Source from the content-addressed store, hash-verified

54{ fprintf(stderr, "amount_tx_fee called!\n"); abort(); }
55/* Generated stub for bigsize_get */
56size_t bigsize_get(const u8 *p UNNEEDED, size_t max UNNEEDED, bigsize_t *val UNNEEDED)
57{ fprintf(stderr, "bigsize_get called!\n"); abort(); }
58/* Generated stub for bigsize_put */
59size_t bigsize_put(u8 buf[BIGSIZE_MAX_LEN] UNNEEDED, bigsize_t v UNNEEDED)
60{ fprintf(stderr, "bigsize_put called!\n"); abort(); }

Callers 1

test_decodeFunction · 0.70

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected