MCPcopy 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
60bool TrackedLock::owns() const {
61 return _owns;
62}
63
64TrackedLock& TrackedLock::operator=(TrackedLock&& other) noexcept {
65 if (this != &other) {

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64