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

Method get_current

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

Source from the content-addressed store, hash-verified

49
50 const byte* get_buffer() const { return buffer_.get_buffer(); }
51 const byte* get_current() const { return &buffer_[current_]; }
52 word32 get_index() const { return current_; }
53 void set_index(word32 i) { if (i < size()) current_ = i; }
54

Callers 6

StoreKeyMethod · 0.45
GetSignatureMethod · 0.45
GetDigestMethod · 0.45
AddTagMethod · 0.45
GetNameMethod · 0.45
GetDateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected