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

Function FindCommand

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

Source from the content-addressed store, hash-verified

614 }
615
616 Command* FindCommand(std::string_view name)
617 {
618 if (Object* cobj = FindObject(name))
619 return cobj->AsCommand();
620 return nullptr;
621 }
622
623 Variable* FindVariable(std::string_view name)
624 {

Callers 1

SuggestMethod · 0.85

Calls 2

FindObjectFunction · 0.85
AsCommandMethod · 0.45

Tested by

no test coverage detected