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

Method Get

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

Source from the content-addressed store, hash-verified

143 }
144
145 FORCE_INLINE T* Get()
146 {
147 return _data;
148 }
149
150 FORCE_INLINE const T* Get() const
151 {

Callers 3

MoveToEmptyFunction · 0.45
GetMethod · 0.45
RelocateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected