Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_manifest
Function · 0.80
panel_to_components
Function · 0.80
components_to_source
Function · 0.80
WeakPtr
Method · 0.80
WeakPtr
Class · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected