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

Function xpay_of

plugins/xpay/xpay.c:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55};
56
57static struct xpay *xpay_of(struct plugin *plugin)
58{
59 return plugin_get_data(plugin, struct xpay);
60}
61
62/* This refreshes the gossmap. */
63static struct gossmap *get_gossmap(struct xpay *xpay)

Callers 15

should_finish_commandFunction · 0.85
create_onionFunction · 0.85
do_injectFunction · 0.85
getroutes_doneFunction · 0.85
getroutes_forFunction · 0.85
add_routehintFunction · 0.85
add_blindedpathFunction · 0.85
destroy_paymentFunction · 0.85
new_paymentFunction · 0.85
attempt_ongoingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected