Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
543
void RPCUnsetTimerInterface(RPCTimerInterface *iface)
544
{
545
if (timerInterface == iface)
546
timerInterface = NULL;
547
}
548
549
void JSONRequest::parse(const UniValue& valRequest)
550
{
Callers
2
StopHTTPRPC
Function · 0.85
~RPCConsole
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected