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

Function InterruptRPC

src/rpc/server.cpp:311–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311void InterruptRPC()
312{
313 LogPrint(BCLog::RPC, "Interrupting RPC\n");
314 // Interrupt e.g. running longpolls
315 fRPCRunning = false;
316}
317
318void StopRPC()
319{

Callers 1

InterruptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected