MCPcopy 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
497struct event_base* EventBase() {
498 return eventBase;
499}
500
501static void httpevent_callback_fn(evutil_socket_t, short, void* data) {
502 // Static handler: simply call inner handler

Callers 1

StartRPCServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected