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

Function feature_offered

plugins/test/run-route-overlong.c:20–21  ·  view source on GitHub ↗

Generated stub for feature_offered */

Source from the content-addressed store, hash-verified

18bool deprecated_apis;
19/* Generated stub for feature_offered */
20bool feature_offered(const u8 *features UNNEEDED, size_t f UNNEEDED)
21{ fprintf(stderr, "feature_offered called!\n"); abort(); }
22/* Generated stub for fromwire_bigsize */
23bigsize_t fromwire_bigsize(const u8 **cursor UNNEEDED, size_t *max UNNEEDED)
24{ fprintf(stderr, "fromwire_bigsize called!\n"); abort(); }

Callers 2

json_payFunction · 0.50
payment_supports_mppFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected