| 101 | |
| 102 | private: |
| 103 | struct Data { |
| 104 | Data() = default; |
| 105 | std::atomic_flag lock = ATOMIC_FLAG_INIT; |
| 106 | Time start; |
| 107 | Option<double> lastValue; |
| 108 | }; |
| 109 | |
| 110 | static void _time(Time start, Timer that) |
| 111 | { |
nothing calls this directly
no outgoing calls
no test coverage detected