MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / close

Method close

src/auth/SecDbCache.cpp:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38namespace Auth {
39
40void CachedSecurityDatabase::close()
41{
42 FbLocalStatus s;
43 TimerInterfacePtr()->start(&s, this, 10 * 1000 * 1000);
44 if (s->getState() & IStatus::STATE_ERRORS)
45 handler();
46}
47
48void CachedSecurityDatabase::handler()
49{

Callers 6

resetMethod · 0.45
~InstanceMethod · 0.45
grantRevokeAdminMethod · 0.45
executeMethod · 0.45
listFieldMethod · 0.45
blobWriteMethod · 0.45

Calls 4

TimerInterfacePtrClass · 0.85
handlerFunction · 0.85
startMethod · 0.45
getStateMethod · 0.45

Tested by

no test coverage detected