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

Method IsLeft

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

Source from the content-addressed store, hash-verified

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; } }
49
50 const byte* get_buffer() const { return buffer_.get_buffer(); }
51 const byte* get_current() const { return &buffer_[current_]; }

Callers 8

AS2Function · 0.80
GetLengthFunction · 0.80
StoreKeyMethod · 0.80
AddDSAMethod · 0.80
GetAlgoIdMethod · 0.80
GetSignatureMethod · 0.80
GetNameMethod · 0.80
GetDateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected