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

Function global_timer_

plugins/libplugin.c:1813–1819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1811}
1812
1813struct plugin_timer *global_timer_(struct plugin *p,
1814 struct timerel t,
1815 struct command_result *(*cb)(struct command *cmd, void *cb_arg),
1816 void *cb_arg)
1817{
1818 return new_timer(p, p, "timer", t, cb, cb_arg);
1819}
1820
1821struct plugin_timer *command_timer_(struct command *cmd,
1822 struct timerel t,

Callers

nothing calls this directly

Calls 1

new_timerFunction · 0.70

Tested by

no test coverage detected