MCPcopy Create free account
hub / github.com/bytedance/bolt / ~SortBuffer

Method ~SortBuffer

bolt/exec/SortBuffer.cpp:141–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141SortBuffer::~SortBuffer() {
142 pool_->release();
143}
144
145void SortBuffer::addInput(const VectorPtr& input) {
146 BOLT_CHECK(!noMoreInput_);

Callers

nothing calls this directly

Calls 1

releaseMethod · 0.45

Tested by

no test coverage detected