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

Function timer_complete

plugins/libplugin.c:426–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424}
425
426struct command_result *timer_complete(struct plugin *p)
427{
428 assert(p->in_timer > 0);
429 p->in_timer--;
430 return &complete;
431}
432
433struct command_result *forward_error(struct command *cmd,
434 const char *buf,

Callers 1

clean_finishedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected