MCPcopy 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
213template <typename T>
214T* RefPtr<T>::get() const {
215 return m_ptr;
216}
217
218template <typename T>
219RefPtr<T>::operator bool() const {

Callers 6

operator==Function · 0.45
operator!=Function · 0.45
operator<Function · 0.45
isFunction · 0.45
asFunction · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected