Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ reset
Method
reset
extra/yassl/taocrypt/src/file.cpp:108–112 ·
view source on GitHub ↗
swap with other and reset to beginning
Source
from the content-addressed store, hash-verified
106
107
// swap with other and reset to beginning
108
void Source::reset(ByteBlock& otherBlock)
109
{
110
buffer_.Swap(otherBlock);
111
current_ = 0;
112
}
113
114
115
} // namespace
Callers
9
ConfirmSignature
Method · 0.45
Encode
Method · 0.45
Decode
Method · 0.45
p_hash
Function · 0.45
TLS_hmac
Function · 0.45
build
Method · 0.45
Build
Method · 0.45
read_file
Function · 0.45
BN_bin2bn
Function · 0.45
Calls
1
Swap
Method · 0.45
Tested by
no test coverage detected