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

Method setError

bolt/exec/tests/utils/Cursor.cpp:488–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486 // When next is returned from task as a null pointer.
487 if (!future.valid()) {
488 BOLT_CHECK(!task_->isRunning() || !noMoreSplits_);
489 return false;
490 }
491 // Task is blocked for some reason. Wait and try again.
492 BOLT_CHECK_NULL(next);
493 future.wait();
494 }
495 };
496

Callers

nothing calls this directly

Calls 1

setErrorMethod · 0.45

Tested by

no test coverage detected