MCPcopy Create free account
hub / github.com/RPCSX/rpcsx / notify

Method notify

kernel/cellos/src/sys_config.cpp:167–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167bool lv2_config_service_listener::notify(
168 const shared_ptr<lv2_config_service_event> &event) {
169 service_events.emplace_back(event);
170 return event->notify();
171}
172
173bool lv2_config_service_listener::notify(
174 const shared_ptr<lv2_config_service> &service) {

Callers 4

notify_allMethod · 0.95
initializeMethod · 0.45

Calls 6

emplace_backMethod · 0.80
check_serviceMethod · 0.80
push_backMethod · 0.80
get_shared_ptrMethod · 0.45
is_registeredMethod · 0.45
get_sizeMethod · 0.45

Tested by

no test coverage detected