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

Function destroy_plugin_timer

plugins/libplugin.c:1218–1221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1216}
1217
1218static void destroy_plugin_timer(struct plugin_timer *timer, struct plugin *p)
1219{
1220 timer_del(&p->timers, &timer->timer);
1221}
1222
1223struct plugin_timer *plugin_timer_(struct plugin *p, struct timerel t,
1224 void (*cb)(void *cb_arg),

Callers

nothing calls this directly

Calls 1

timer_delFunction · 0.85

Tested by

no test coverage detected