Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ getRefCount
Method
getRefCount
Kernel/include/refptr.h:94–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
93
inline T* get() const { return obj; }
94
inline unsigned* getRefCount() const { return refCount; }
95
96
FancyRefPtr<T>& operator=(const FancyRefPtr<T>& ptr){
97
obj = ptr.obj;
Callers
2
CreateService
Method · 0.80
FancyRefPtr
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected