Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ reset
Method
reset
src/auth/SecDbCache.h:95–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
void reset()
96
{
97
if (hasData())
98
{
99
(*this)->mutex.leave();
100
(*this)->close();
101
assign(nullptr);
102
}
103
}
104
105
~Instance()
106
{
Callers
9
buildDpb
Function · 0.45
getUserHash
Method · 0.45
computeScramble
Method · 0.45
clientSessionKey
Method · 0.45
serverSessionKey
Method · 0.45
clientProof
Method · 0.45
start
Method · 0.45
execute
Method · 0.45
forceClean
Method · 0.45
Calls
3
assign
Function · 0.50
leave
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected