MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / RPCUnsetTimerInterface

Function RPCUnsetTimerInterface

src/rpc/server.cpp:538–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536}
537
538void RPCUnsetTimerInterface(RPCTimerInterface *iface)
539{
540 if (timerInterface == iface)
541 timerInterface = nullptr;
542}
543
544void RPCRunLater(const std::string& name, std::function<void(void)> func, int64_t nSeconds)
545{

Callers 2

StopHTTPRPCFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected