MCPcopy Create free account
hub / github.com/LUX-Core/lux / RPCUnsetTimerInterface

Function RPCUnsetTimerInterface

src/rpcserver.cpp:543–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541}
542
543void RPCUnsetTimerInterface(RPCTimerInterface *iface)
544{
545 if (timerInterface == iface)
546 timerInterface = NULL;
547}
548
549void JSONRequest::parse(const UniValue& valRequest)
550{

Callers 2

StopHTTPRPCFunction · 0.85
~RPCConsoleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected