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

Function features_unsupported

common/test/run-bolt12_decode.c:45–48  ·  view source on GitHub ↗

Generated stub for features_unsupported */

Source from the content-addressed store, hash-verified

43{ fprintf(stderr, "amount_tx_fee called!\n"); abort(); }
44/* Generated stub for features_unsupported */
45int features_unsupported(const struct feature_set *our_features UNNEEDED,
46 const u8 *their_features UNNEEDED,
47 enum feature_place p UNNEEDED)
48{ fprintf(stderr, "features_unsupported called!\n"); abort(); }
49/* Generated stub for fromwire */
50const u8 *fromwire(const u8 **cursor UNNEEDED, size_t *max UNNEEDED, void *copy UNNEEDED, size_t n UNNEEDED)
51{ fprintf(stderr, "fromwire called!\n"); abort(); }

Callers 1

mainFunction · 0.70

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected