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

Function plugin_feature_set

plugins/libplugin.c:230–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230const struct feature_set *plugin_feature_set(const struct plugin *p)
231{
232 return p->our_features;
233}
234
235static void jsonrpc_finish_and_send(struct plugin *p, struct json_stream *js)
236{

Callers 15

prev_invoice_doneFunction · 0.85
listoffers_doneFunction · 0.85
handle_invoice_requestFunction · 0.85
json_payFunction · 0.85
param_offerFunction · 0.85
invreq_doneFunction · 0.85
json_fetchinvoiceFunction · 0.85
createinvoice_doneFunction · 0.85
listsendpays_doneFunction · 0.85
json_sendinvoiceFunction · 0.85
param_invreqFunction · 0.85
listoffers_doneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected