MCPcopy 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
117uint input_buffer::get_capacity() const
118{
119 if (error_ == 0)
120 return end_ - buffer_;
121
122 return 0;
123}
124
125
126uint input_buffer::get_current() const

Callers 5

cipherFinishedFunction · 0.80
buildMessageFunction · 0.80
p_hashFunction · 0.80
CompressFunction · 0.80
DeCompressFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected