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

Method get_index

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

Source from the content-addressed store, hash-verified

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
55 byte operator[] (word32 i) { current_ = i; return next(); }

Callers 6

ReadHeaderMethod · 0.80
DecodeMethod · 0.80
StoreKeyMethod · 0.80
AddDSAMethod · 0.80
GetNameMethod · 0.80
DecodeDSA_SignatureFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected