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

Method get_remaining

extra/yassl/src/buffer.cpp:144–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142
143
144uint input_buffer::get_remaining() const
145{
146 if (error_ == 0)
147 return size_ - current_;
148
149 return 0;
150}
151
152
153int input_buffer::get_error() const

Callers 7

ProcessOldClientHelloFunction · 0.80
DoProcessReplyFunction · 0.80
readMethod · 0.80
ProcessMethod · 0.80
operator()Method · 0.80
fillDataMethod · 0.80
PeekDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected