Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
399
void InterruptRPC()
400
{
401
LogPrint(
"rpc"
,
"Interrupting RPC\n"
);
402
// Interrupt e.g. running longpolls
403
fRPCRunning = false;
404
}
405
406
void StopRPC()
407
{
Callers
1
Interrupt
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected