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

Method setError

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

Source from the content-addressed store, hash-verified

357 noMoreSplits_ = true;
358 }
359
360 bool noMoreSplits() const override {
361 return noMoreSplits_;
362 }
363
364 bool hasNext() override {
365 return queue_->hasNext();
366 }
367

Callers 3

TEST_FFunction · 0.45
requestMethod · 0.45
setErrorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected