Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ Ref
Method
Ref
valdi_core/src/valdi_core/cpp/Utils/Shared.hpp:111–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
class Ref {
110
public:
111
Ref() : _ptr(nullptr) {}
112
113
// NOLINTNEXTLINE(google-explicit-constructor)
114
Ref(const std::nullptr_t& /*ptr*/) : Ref() {}
Callers
nothing calls this directly
Calls
3
unsafeRetain
Function · 0.85
unsafeSharedMove
Function · 0.85
get
Method · 0.65
Tested by
no test coverage detected