| 236 | } |
| 237 | |
| 238 | explicit FIntTracker(TFunction<void()>&& InStartFn, TFunction<void()>&& InThresholdFn) |
| 239 | { |
| 240 | StartFn = InStartFn; |
| 241 | ThresholdFn = InThresholdFn; |
| 242 | } |
| 243 | |
| 244 | ~FIntTracker() = default; |
| 245 |
nothing calls this directly
no outgoing calls
no test coverage detected