Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ WeakPtr
Method
WeakPtr
include/weakptr.hpp:50–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
WeakHandle* weakHandle = NULL;
49
50
WeakPtr() {}
51
WeakPtr(T* ptr) {
52
set(ptr);
53
}
Callers
nothing calls this directly
Calls
1
get
Method · 0.80
Tested by
no test coverage detected