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

Method grow

extra/yassl/taocrypt/include/file.hpp:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 else return buffer_.size() - current_; }
44 word32 size() const { return buffer_.size(); }
45 void grow(word32 sz) { buffer_.CleanGrow(sz); }
46
47 bool IsLeft(word32 sz) { if (remaining() >= sz) return true;
48 else { SetError(CONTENT_E); return false; } }

Callers 2

Signature_EncoderMethod · 0.80
getMethod · 0.80

Calls 1

CleanGrowMethod · 0.80

Tested by

no test coverage detected