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

Function plugin_cmd_all_complete

lightningd/plugin_control.c:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55struct command_result *plugin_cmd_all_complete(struct plugins *plugins,
56 struct plugin_command *pcmd)
57{
58 return plugin_dynamic_list_plugins(pcmd, plugins);
59}
60
61/**
62 * 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