Useful plugin->askrene mapping */
| 40 | |
| 41 | /* Useful plugin->askrene mapping */ |
| 42 | static inline struct askrene *get_askrene(struct plugin *plugin) |
| 43 | { |
| 44 | return plugin_get_data(plugin, struct askrene); |
| 45 | } |
| 46 | #endif /* LIGHTNING_PLUGINS_ASKRENE_ASKRENE_H */ |
no outgoing calls
no test coverage detected