MCPcopy Create free account
hub / github.com/bytedance/bolt / checkRunning

Method checkRunning

bolt/exec/HashProbe.cpp:1846–1848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1844}
1845
1846void HashProbe::checkRunning() const {
1847 BOLT_CHECK(isRunning(), probeOperatorStateName(state_));
1848}
1849
1850void HashProbe::setRunning() {
1851 setState(ProbeOperatorState::kRunning);

Callers

nothing calls this directly

Calls 1

probeOperatorStateNameFunction · 0.85

Tested by

no test coverage detected