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

Method SetDescription

include/donut/engine/ConsoleObjects.h:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55 std::string const& GetDescription() const { return m_Description; }
56 void SetDescription(std::string const& description) { m_Description = description; }
57
58 virtual Variable* AsVariable() { return nullptr; }
59 virtual Command* AsCommand() { return nullptr; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected