MCPcopy 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

109class Ref {
110public:
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

unsafeRetainFunction · 0.85
unsafeSharedMoveFunction · 0.85
getMethod · 0.65

Tested by

no test coverage detected