MCPcopy 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
1164uint 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_pendingFunction · 0.80

Calls 4

for_eachFunction · 0.85
SumDataClass · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected