Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ get
Method
get
source/core/StarRefPtr.hpp:214–216 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
212
213
template <typename T>
214
T* RefPtr<T>::get() const {
215
return m_ptr;
216
}
217
218
template <typename T>
219
RefPtr<T>::operator bool() const {
Callers
6
operator==
Function · 0.45
operator!=
Function · 0.45
operator<
Function · 0.45
is
Function · 0.45
as
Function · 0.45
operator()
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected