MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / ~Instance

Method ~Instance

src/auth/SecDbCache.h:105–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 ~Instance()
106 {
107 if (hasData())
108 {
109 (*this)->mutex.leave();
110 (*this)->close();
111 }
112 }
113 };
114};
115

Callers

nothing calls this directly

Calls 2

leaveMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected