MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / FinalizeHTTPServer

Function FinalizeHTTPServer

src/rpc/core/httpserver.cpp:425–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423}
424
425void FinalizeHTTPServer() {
426#if LIBEVENT_VERSION_NUMBER >= 0x02010100
427 libevent_global_shutdown();
428#endif
429}
430
431bool UpdateHTTPServerLogging(bool enable) {
432#if LIBEVENT_VERSION_NUMBER >= 0x02010100

Callers 1

StopRPCServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected