Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_F
Function · 0.45
request
Method · 0.45
setError
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected