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

Function InterruptRPC

src/rpcserver.cpp:453–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451}
452
453void InterruptRPC()
454{
455 LogPrint("rpc", "Interrupting RPC\n");
456 // Interrupt e.g. running longpolls
457 fRPCRunning = false;
458}
459
460void StopRPC()
461{

Callers 1

InterruptFunction · 0.85

Calls 1

LogPrintFunction · 0.85

Tested by

no test coverage detected