MCPcopy Create free account
hub / github.com/carbonengine/trinity / GetData

Method GetData

trinity/Tr2RuntimeInstanceData.cpp:395–398  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- Description: Returns current instance data (read-only). Return value: Current instance data --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

393// Current instance data
394// --------------------------------------------------------------------------------------
395const void* Tr2RuntimeInstanceData::GetData() const
396{
397 return m_data.get();
398}
399
400// --------------------------------------------------------------------------------------
401// Description:

Callers

nothing calls this directly

Calls 3

getMethod · 0.80
resetMethod · 0.80
FreeMethod · 0.45

Tested by

no test coverage detected