Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getWeakCount
Method
getWeakCount
include/weakptr.hpp:24–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
}
24
size_t getWeakCount() {
25
if (!weakHandle)
26
return 0;
27
return weakHandle->count;
28
}
29
};
30
31
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected