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

Function plugin_cmd_all_complete

lightningd/plugin_control.c:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54struct command_result *plugin_cmd_all_complete(struct plugins *plugins,
55 struct plugin_command *pcmd)
56{
57 return plugin_dynamic_list_plugins(pcmd, plugins);
58}
59
60/**
61 * Called when trying to start a plugin through RPC, it starts the plugin and

Callers 2

check_plugins_inittedFunction · 0.85

Calls 1

Tested by

no test coverage detected