MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / GetData

Method GetData

src/engine/ConsoleObjects.cpp:360–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358 virtual Variable* AsVariable() override { return this; }
359
360 inline T GetData() const { return m_Data; }
361
362 inline T const& GetDataRef() const { return m_Data; }
363

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected