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

Method num_handlers

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

Source from the content-addressed store, hash-verified

175 void event_manager_sync::disconnect_all(const void * owner) { /* todo */ }
176
177 size_t event_manager_sync::num_handlers() const { return handlers->size(); }
178
179 size_t event_manager_sync::num_handlers_type(poly_typeid type) const { return handlers->handler_count(type); }
180

Callers 1

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected