Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
144
uint input_buffer::get_remaining() const
145
{
146
if (error_ == 0)
147
return size_ - current_;
148
149
return 0;
150
}
151
152
153
int input_buffer::get_error() const
Callers
7
ProcessOldClientHello
Function · 0.80
DoProcessReply
Function · 0.80
read
Method · 0.80
Process
Method · 0.80
operator()
Method · 0.80
fillData
Method · 0.80
PeekData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected