MCPcopy Create free account
hub / github.com/VCVRack/Rack / get

Method get

include/weakptr.hpp:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 }
88 }
89 T* get() const {
90 if (!weakHandle)
91 return nullptr;
92 return reinterpret_cast<T*>(weakHandle->ptr);
93 }
94 T* operator->() const {
95 return get();
96 }

Callers 5

create_manifestFunction · 0.80
panel_to_componentsFunction · 0.80
components_to_sourceFunction · 0.80
WeakPtrMethod · 0.80
WeakPtrClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected