Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ StopRPC
Function
StopRPC
src/rpcserver.cpp:460–465 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
458
}
459
460
void StopRPC()
461
{
462
LogPrint(
"rpc"
,
"Stopping RPC\n"
);
463
deadlineTimers.clear();
464
g_rpcSignals.Stopped();
465
}
466
467
bool IsRPCRunning()
468
{
Callers
1
PrepareShutdown
Function · 0.85
Calls
2
LogPrint
Function · 0.85
clear
Method · 0.45
Tested by
no test coverage detected