Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ StorageGuard
Method
StorageGuard
src/jrd/trace/TraceConfigStorage.h:289–293 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
287
{
288
public:
289
explicit StorageGuard(ConfigStorage* storage) :
290
Firebird::MutexLockGuard(storage->m_localMutex, FB_FUNCTION), m_storage(storage)
291
{
292
m_storage->acquire();
293
}
294
295
~StorageGuard()
296
{
Callers
nothing calls this directly
Calls
1
acquire
Method · 0.45
Tested by
no test coverage detected