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

Function fromwire_bigsize

common/test/run-route.c:18–19  ·  view source on GitHub ↗

AUTOGENERATED MOCKS START */ Generated stub for fromwire_bigsize */

Source from the content-addressed store, hash-verified

16/* AUTOGENERATED MOCKS START */
17/* Generated stub for fromwire_bigsize */
18bigsize_t fromwire_bigsize(const u8 **cursor UNNEEDED, size_t *max UNNEEDED)
19{ fprintf(stderr, "fromwire_bigsize called!\n"); abort(); }
20/* Generated stub for fromwire_channel_id */
21bool fromwire_channel_id(const u8 **cursor UNNEEDED, size_t *max UNNEEDED,
22 struct channel_id *channel_id UNNEEDED)

Callers 3

next_onionFunction · 0.70
mainFunction · 0.70
tlv_to_fieldsFunction · 0.70

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected