| 1844 | } |
| 1845 | |
| 1846 | void HashProbe::checkRunning() const { |
| 1847 | BOLT_CHECK(isRunning(), probeOperatorStateName(state_)); |
| 1848 | } |
| 1849 | |
| 1850 | void HashProbe::setRunning() { |
| 1851 | setState(ProbeOperatorState::kRunning); |
nothing calls this directly
no test coverage detected