MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Get

Method Get

Source/Engine/Core/Memory/Allocation.h:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 }
224
225 FORCE_INLINE T* Get()
226 {
227 return _useFallback ? _fallback.Get() : reinterpret_cast<T*>(_data);
228 }
229
230 FORCE_INLINE const T* Get() const
231 {

Callers

nothing calls this directly

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected