MCPcopy 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

FindCommandFunction · 0.85
FindVariableFunction · 0.85
ExecuteMethod · 0.85

Calls 1

FindObjectMethod · 0.80

Tested by

no test coverage detected