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

Method GetTempArena

trinity/Controllers/Tr2Controller.cpp:355–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353}
354
355void* Tr2Controller::GetTempArena() const
356{
357 return m_tempArena.get();
358}
359
360
361const std::vector<std::pair<std::string, IRoot*>>& Tr2Controller::GetBindingPathRoots() const

Callers 1

EvalMethod · 0.45

Calls 1

getMethod · 0.80

Tested by

no test coverage detected