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

Method HasData

extra/yassl/src/yassl_int.cpp:1565–1568  ·  view source on GitHub ↗

is there buffered data available, optimization to remove iteration on buffer

Source from the content-addressed store, hash-verified

1563
1564// is there buffered data available, optimization to remove iteration on buffer
1565bool SSL::HasData() const
1566{
1567 return has_data_;
1568}
1569
1570
1571void SSL::addData(input_buffer* data)

Callers 1

receiveDataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected