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

Function plugin_feature_set

plugins/libplugin.c:417–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415}
416
417const struct feature_set *plugin_feature_set(const struct plugin *p)
418{
419 return p->our_features;
420}
421
422static void jsonrpc_finish_and_send(struct plugin *p, struct json_stream *js)
423{

Callers 14

prev_invoice_doneFunction · 0.70
listoffers_doneFunction · 0.70
handle_invoice_requestFunction · 0.70
json_payFunction · 0.70
param_offerFunction · 0.70
invreq_doneFunction · 0.70
json_fetchinvoiceFunction · 0.70
createinvoice_doneFunction · 0.70
param_invreqFunction · 0.70
json_sendinvoiceFunction · 0.70
param_raw_invreqFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected