MCPcopy Create free account
hub / github.com/ElementsProject/elements / obtain_event

Function obtain_event

src/support/events.h:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37inline raii_event obtain_event(struct event_base* base, evutil_socket_t s, short events, event_callback_fn cb, void* arg) {
38 return raii_event(event_new(base, s, events, cb, arg));
39}
40
41inline raii_evhttp obtain_evhttp(struct event_base* base) {
42 return raii_evhttp(evhttp_new(base));

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.68