Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ owns
Method
owns
valdi_core/src/valdi_core/cpp/Utils/TrackedLock.cpp:60–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
bool TrackedLock::owns() const {
61
return _owns;
62
}
63
64
TrackedLock& TrackedLock::operator=(TrackedLock&& other) noexcept {
65
if (this != &other) {
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64