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

Function destroy_plugin_timer

plugins/libplugin.c:1791–1794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1789}
1790
1791static void destroy_plugin_timer(struct plugin_timer *timer, struct plugin *p)
1792{
1793 timer_del(&p->timers, &timer->timer);
1794}
1795
1796static struct plugin_timer *new_timer(const tal_t *ctx,
1797 struct plugin *p,

Callers

nothing calls this directly

Calls 1

timer_delFunction · 0.85

Tested by

no test coverage detected