| 20 | // CSnapshot |
| 21 | |
| 22 | const CSnapshotItem *CSnapshot::GetItem(int Index) const |
| 23 | { |
| 24 | return (const CSnapshotItem *)(DataStart() + Offsets()[Index]); |
| 25 | } |
| 26 | |
| 27 | const CSnapshot CSnapshot::ms_EmptySnapshot; |
| 28 |
no outgoing calls
no test coverage detected