Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
425
void FinalizeHTTPServer() {
426
#if LIBEVENT_VERSION_NUMBER >= 0x02010100
427
libevent_global_shutdown();
428
#endif
429
}
430
431
bool UpdateHTTPServerLogging(bool enable) {
432
#if LIBEVENT_VERSION_NUMBER >= 0x02010100
Callers
1
StopRPCServer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected