| 604 | } |
| 605 | |
| 606 | rdcstr GetEventName(uint32_t eid) |
| 607 | { |
| 608 | if(eid < m_Actions.size()) |
| 609 | return RichResourceTextFormat(m_Ctx, GetCachedEIDName(eid)); |
| 610 | |
| 611 | return rdcstr(); |
| 612 | } |
| 613 | |
| 614 | rdcarray<rdcstr> GetMarkerList() const |
| 615 | { |
nothing calls this directly
no test coverage detected