Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1154
struct SumBuffer {
1155
uint total_;
1156
SumBuffer() : total_(0) {}
1157
void operator()(output_buffer* buffer) { total_ += buffer->get_size(); }
1158
};
1159
1160
} // namespace for locals
1161
using namespace yassl_int_cpp_local1;
Callers
1
flushBuffer
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected