Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ bufferedData
Method
bufferedData
extra/yassl/src/yassl_int.cpp:1164–1168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1162
1163
1164
uint SSL::bufferedData()
1165
{
1166
return STL::for_each(buffers_.getData().begin(),buffers_.getData().end(),
1167
SumData()).total_;
1168
}
1169
1170
1171
// use input buffer to fill data
Callers
1
SSL_pending
Function · 0.80
Calls
4
for_each
Function · 0.85
SumData
Class · 0.85
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected