| 387 | } |
| 388 | |
| 389 | std::string GetExecutionDescription(Entity* execution) |
| 390 | { |
| 391 | std::stringstream ss; |
| 392 | ss << " execution: " << GetEntityDescription(*execution); |
| 393 | return ss.str(); |
| 394 | } |
| 395 | |
| 396 | std::string GetEventDescription(EventObj* event) |
| 397 | { |
no test coverage detected