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

Function plugin_stopped

lightningd/plugin_control.c:129–132  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

plugin_stopFunction · 0.85

Tested by

no test coverage detected