MCPcopy Create free account
hub / github.com/audacity/audacity / Lock

Method Lock

libraries/lib-sqlite-helpers/sqlite/SafeConnection.cpp:90–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90SafeConnection::Lock::Lock(std::shared_ptr<SafeConnection> connection)
91 : mSafeConnection(std::move(connection))
92{
93 if (mSafeConnection)
94 mLock = std::unique_lock { mSafeConnection->mConnectionMutex };
95}
96
97Connection* SafeConnection::Lock::operator->() noexcept
98{

Callers 15

Node.pyFile · 0.80
ansiterm.pyFile · 0.80
Pep8Class · 0.80
stracedeps.pyFile · 0.80
parallel_debug.pyFile · 0.80
msvcdeps.pyFile · 0.80
gccdeps.pyFile · 0.80
cabal.pyFile · 0.80
build_logs.pyFile · 0.80
multicheckFunction · 0.80
waf_unit_test.pyFile · 0.80

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected