MCPcopy 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
338void InterruptRPCServer() {
339 LogPrint(BCLog::INFO, "Interrupting HTTP RPC server\n");
340 InterruptHTTPServer();
341}
342
343void StopRPCServer() {
344 LogPrint(BCLog::INFO, "Stopping HTTP RPC server\n");

Callers 1

InterruptFunction · 0.85

Calls 1

InterruptHTTPServerFunction · 0.85

Tested by

no test coverage detected