Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ noMoreSplits
Method
noMoreSplits
bolt/exec/tests/utils/Cursor.cpp:347–349 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
345
}
346
347
bool noMoreSplits() const override {
348
return noMoreSplits_;
349
}
350
351
bool hasNext() override {
352
return queue_->hasNext();
Callers
15
executeSerial
Method · 0.45
TEST_F
Function · 0.45
addRemoteSplits
Method · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
makeAddSplit
Function · 0.45
TEST_F
Function · 0.45
addHiveSplits
Method · 0.45
addRemoteSplits
Method · 0.45
DEBUG_ONLY_TEST_F
Function · 0.45
TEST_P
Function · 0.45
addRemoteSplits
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected