| 371 | // All of these events are thread-safe with process(). |
| 372 | |
| 373 | struct AddEvent {}; |
| 374 | /** Called after adding the module to the Engine. |
| 375 | */ |
| 376 | virtual void onAdd(const AddEvent& e) { |
nothing calls this directly
no outgoing calls
no test coverage detected