Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WaykiChain/WaykiChain
/ EventBase
Function
EventBase
src/rpc/core/httpserver.cpp:497–499 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
495
}
496
497
struct event_base* EventBase() {
498
return eventBase;
499
}
500
501
static void httpevent_callback_fn(evutil_socket_t, short, void* data) {
502
// Static handler: simply call inner handler
Callers
1
StartRPCServer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected