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

Method pop

bolt/exec/tests/utils/MergeTestBase.h:95–98  ·  view source on GitHub ↗

Removes the first value. hasData() must have returned true before this. hasData() must again be called after this to check for end.

Source from the content-addressed store, hash-verified

93 // Removes the first value. hasData() must have returned true before
94 // this. hasData() must again be called after this to check for end.
95 void pop() {
96 numbers_.pop_back();
97 currentValid_ = false;
98 }
99
100 bool operator<(const MergeStream& other) const final {
101 return current_.value() <

Callers 9

spillStateTestMethod · 0.45
TEST_PFunction · 0.45
mergeSpillStreamsMethod · 0.45
verifySortedSpillDataMethod · 0.45
TEST_PFunction · 0.45
verifySortedSpillDataMethod · 0.45
TEST_PFunction · 0.45
TEST_FFunction · 0.45
testMethod · 0.45

Calls 1

pop_backMethod · 0.80

Tested by

no test coverage detected