Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WaykiChain/WaykiChain
/ InterruptRPCServer
Function
InterruptRPCServer
src/rpc/core/rpcserver.cpp:338–341 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
336
}
337
338
void InterruptRPCServer() {
339
LogPrint(BCLog::INFO,
"Interrupting HTTP RPC server\n"
);
340
InterruptHTTPServer();
341
}
342
343
void StopRPCServer() {
344
LogPrint(BCLog::INFO,
"Stopping HTTP RPC server\n"
);
Callers
1
Interrupt
Function · 0.85
Calls
1
InterruptHTTPServer
Function · 0.85
Tested by
no test coverage detected