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

Method data

Source/ThirdParty/recastnavigation/RecastAlloc.h:156–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 const T& back() const { rcAssert(m_size); return m_data[m_size - 1]; }
155 T& back() { rcAssert(m_size); return m_data[m_size - 1]; }
156 const T* data() const { return m_data; }
157 T* data() { return m_data; }
158
159 T* begin() { return m_data; }

Callers 5

StringRefFunction · 0.45
StringMethod · 0.45
KeyMethod · 0.45
StringMethod · 0.45
KeyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected