Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ get_capacity
Method
get_capacity
extra/yassl/src/buffer.cpp:117–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
116
117
uint input_buffer::get_capacity() const
118
{
119
if (error_ == 0)
120
return end_ - buffer_;
121
122
return 0;
123
}
124
125
126
uint input_buffer::get_current() const
Callers
5
cipherFinished
Function · 0.80
buildMessage
Function · 0.80
p_hash
Function · 0.80
Compress
Function · 0.80
DeCompress
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected