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

Function plugin_stopped

lightningd/plugin_control.c:127–130  ·  view source on GitHub ↗

If plugin stops itself, we end up here. */

Source from the content-addressed store, hash-verified

125
126/* If plugin stops itself, we end up here. */
127static void plugin_stopped(struct plugin *p, struct command *cmd)
128{
129 plugin_stop(cmd, p, false);
130}
131
132struct plugin_stop_timeout {
133 struct command *cmd;

Callers

nothing calls this directly

Calls 1

plugin_stopFunction · 0.85

Tested by

no test coverage detected