| 102 | bool IsValid() { return events != nullptr; } |
| 103 | |
| 104 | bool Export(const char* fileName) { return ::ExportAutomationEventList(*this, fileName); } |
| 105 | |
| 106 | void Set() { ::SetAutomationEventList(this); } |
| 107 |
nothing calls this directly
no outgoing calls
no test coverage detected