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

Function get_askrene

plugins/askrene/askrene.h:42–45  ·  view source on GitHub ↗

Useful plugin->askrene mapping */

Source from the content-addressed store, hash-verified

40
41/* Useful plugin->askrene mapping */
42static 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 */

Callers 14

param_layer_namesFunction · 0.85
param_known_layerFunction · 0.85
parse_reserve_hopFunction · 0.85
do_getroutesFunction · 0.85
listpeerchannels_doneFunction · 0.85
destroy_live_commandFunction · 0.85
json_getroutesFunction · 0.85
json_askrene_reserveFunction · 0.85
json_askrene_unreserveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected