Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA-RTX/Donut
/ FindObject
Function
FindObject
src/engine/ConsoleObjects.cpp:601–604 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
599
}
600
601
Object* FindObject(std::string_view name)
602
{
603
return objectsDictionary.FindObject(name);
604
}
605
606
std::vector<std::string_view> MatchObjectNames(char const* regex)
607
{
Callers
4
FindCommand
Function · 0.85
FindVariable
Function · 0.85
Execute
Method · 0.85
ConsoleInterpreter.cpp
File · 0.85
Calls
1
FindObject
Method · 0.80
Tested by
no test coverage detected