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

Function bigsize_get

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

Generated stub for bigsize_get */

Source from the content-addressed store, hash-verified

47{ fprintf(stderr, "amount_tx_fee called!\n"); abort(); }
48/* Generated stub for bigsize_get */
49size_t bigsize_get(const u8 *p UNNEEDED, size_t max UNNEEDED, bigsize_t *val UNNEEDED)
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(); }

Callers 1

test_decodeFunction · 0.70

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected