MCPcopy 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

buildDpbFunction · 0.45
getUserHashMethod · 0.45
computeScrambleMethod · 0.45
clientSessionKeyMethod · 0.45
serverSessionKeyMethod · 0.45
clientProofMethod · 0.45
startMethod · 0.45
executeMethod · 0.45
forceCleanMethod · 0.45

Calls 3

assignFunction · 0.50
leaveMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected