Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Suggest
Method · 0.85
Calls
2
FindObject
Function · 0.85
AsCommand
Method · 0.45
Tested by
no test coverage detected