Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
StoreKey
Method · 0.45
GetSignature
Method · 0.45
GetDigest
Method · 0.45
AddTag
Method · 0.45
GetName
Method · 0.45
GetDate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected