MCPcopy Create free account
hub / github.com/ddiakopoulos/polymer / send_internal

Method send_internal

libraries/lib-engine/src/core-events.cpp:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 void event_manager_sync::disconnect_impl(poly_typeid type, const void * owner) { /* todo */ }
154
155 bool event_manager_sync::send_internal(const event_wrapper & event_w)
156 {
157 return handlers->dispatch(event_w);
158 }
159
160 void event_manager_sync::connection::disconnect()
161 {

Callers

nothing calls this directly

Calls 2

dispatchMethod · 0.45
produceMethod · 0.45

Tested by

no test coverage detected