| 110 | ResultDetails CopyFileTo(const rdcstr &filename); |
| 111 | void Shutdown() { delete this; } |
| 112 | ReplaySupport LocalReplaySupport() { return m_Support; } |
| 113 | rdcstr DriverName() { return m_DriverName; } |
| 114 | rdcstr RecordedMachineIdent() { return m_Ident; } |
| 115 | uint64_t TimestampBase() { return m_RDC ? m_RDC->GetTimestampBase() : 0; } |
no outgoing calls
no test coverage detected