MCPcopy Create free account
hub / github.com/ElementsProject/elements / RPCUnsetTimerInterface

Function RPCUnsetTimerInterface

src/rpc/server.cpp:524–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

522}
523
524void RPCUnsetTimerInterface(RPCTimerInterface *iface)
525{
526 if (timerInterface == iface)
527 timerInterface = nullptr;
528}
529
530void RPCRunLater(const std::string& name, std::function<void()> func, int64_t nSeconds)
531{

Callers 2

StopHTTPRPCFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected