Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ operator()
Method
operator()
extra/yassl/src/yassl_int.cpp:1150–1150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1148
uint total_;
1149
SumData() : total_(0) {}
1150
void operator()(input_buffer* data) { total_ += data->get_remaining(); }
1151
};
1152
1153
Callers
nothing calls this directly
Calls
1
get_remaining
Method · 0.80
Tested by
no test coverage detected