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