MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / InterruptRPC

Function InterruptRPC

src/rpcserver.cpp:399–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397}
398
399void InterruptRPC()
400{
401 LogPrint("rpc", "Interrupting RPC\n");
402 // Interrupt e.g. running longpolls
403 fRPCRunning = false;
404}
405
406void StopRPC()
407{

Callers 1

InterruptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected