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

Function features_unsupported

common/features.c:397–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395}
396
397int features_unsupported(const struct feature_set *our_features,
398 const u8 *their_features,
399 enum feature_place p)
400{
401 return all_supported_features(our_features, their_features, p);
402}
403
404const char *feature_name(const tal_t *ctx, size_t f)
405{

Callers 7

decode_9Function · 0.70
check_features_and_chainFunction · 0.70
peer_connectedFunction · 0.50
handle_invoice_requestFunction · 0.50
param_invreqFunction · 0.50
handle_invoiceFunction · 0.50
add_blindedpathFunction · 0.50

Calls 1

all_supported_featuresFunction · 0.85

Tested by

no test coverage detected