MCPcopy Create free account
hub / github.com/3rdparty/libprocess / deliver

Method deliver

src/process.cpp:2795–2808  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2793
2794
2795bool ProcessManager::deliver(
2796 ProcessBase* destination,
2797 Event* event,
2798 ProcessBase* sender)
2799{
2800 CHECK(event != nullptr);
2801
2802 if (_deliver(destination, event, sender)) {
2803 return true;
2804 }
2805
2806 delete event;
2807 return false;
2808}
2809
2810
2811bool ProcessManager::deliver(

Callers 8

transportFunction · 0.80
synchronizedFunction · 0.80
foreachFunction · 0.80
handleMethod · 0.80
linkMethod · 0.80
terminateMethod · 0.80
exitedFunction · 0.80
dispatchFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected