MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / get

Method get

Kernel/include/refptr.h:93–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92
93 inline T* get() const { return obj; }
94 inline unsigned* getRefCount() const { return refCount; }
95
96 FancyRefPtr<T>& operator=(const FancyRefPtr<T>& ptr){

Callers 1

static_pointer_castFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected