Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ reset
Method
reset
src/common/sha.cpp:375–380 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
373
}
374
375
void Sha1::reset()
376
{
377
clear();
378
sha_init(&handle);
379
active = true;
380
}
381
382
Sha1::~Sha1()
383
{
Callers
15
setupSkipData
Method · 0.45
setupIncludeData
Method · 0.45
execute
Method · 0.45
stringBoolean
Method · 0.45
execute
Method · 0.45
store
Method · 0.45
gsec
Function · 0.45
PluginLogWriter
Method · 0.45
setupIdleTimer
Method · 0.45
acquire_shmem
Method · 0.45
initialize
Method · 0.45
CLIB_ROUTINE main
Function · 0.45
Calls
2
sha_init
Function · 0.85
clear
Class · 0.50
Tested by
no test coverage detected