| 478 | } |
| 479 | |
| 480 | void ProfilingCurrentStateThreadImpl(ProfilingStateMachine& states) |
| 481 | { |
| 482 | ProfilingState newState = ProfilingState::NotConnected; |
| 483 | states.GetCurrentState(); |
| 484 | states.TransitionToState(newState); |
| 485 | } |
| 486 | |
| 487 | TEST_CASE("CheckProfilingStateMachine") |
| 488 | { |
nothing calls this directly
no test coverage detected