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

Function get_offers_data

plugins/offers.c:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35#define ABYTES crypto_secretstream_xchacha20poly1305_ABYTES
36
37struct offers_data *get_offers_data(struct plugin *plugin)
38{
39 return plugin_get_data(plugin, struct offers_data);
40}
41
42static void init_gossmap(struct plugin *plugin,
43 struct offers_data *od)

Callers 15

found_best_peerFunction · 0.85
listoffers_doneFunction · 0.85
try_establishFunction · 0.85
json_fetchinvoiceFunction · 0.85
json_sendinvoiceFunction · 0.85
handle_invoiceFunction · 0.85
found_best_peerFunction · 0.85
maybe_add_pathFunction · 0.85
param_pathsFunction · 0.85
json_offerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected