Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA-RTX/Donut
/ FindVariable
Function
FindVariable
src/engine/ConsoleObjects.cpp:623–628 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
621
}
622
623
Variable* FindVariable(std::string_view name)
624
{
625
if (Object* cobj = FindObject(name))
626
return cobj->AsVariable();
627
return nullptr;
628
}
629
630
void ResetAll()
631
{
Callers
2
ParseIniFile
Function · 0.85
test_console_variables
Function · 0.85
Calls
2
FindObject
Function · 0.85
AsVariable
Method · 0.45
Tested by
1
test_console_variables
Function · 0.68