Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
311
void InterruptRPC()
312
{
313
LogPrint(BCLog::RPC,
"Interrupting RPC\n"
);
314
// Interrupt e.g. running longpolls
315
fRPCRunning = false;
316
}
317
318
void StopRPC()
319
{
Callers
1
Interrupt
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected