MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / SumBuffer

Class SumBuffer

extra/yassl/src/yassl_int.cpp:1154–1158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1152
1153
1154struct SumBuffer {
1155 uint total_;
1156 SumBuffer() : total_(0) {}
1157 void operator()(output_buffer* buffer) { total_ += buffer->get_size(); }
1158};
1159
1160} // namespace for locals
1161using namespace yassl_int_cpp_local1;

Callers 1

flushBufferMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected