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

Function MatchObjects

src/engine/ConsoleObjects.cpp:611–614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

609 }
610
611 std::vector<Object*> MatchObjects(char const* regex)
612 {
613 return objectsDictionary.FindObjects(regex);
614 }
615
616 Command* FindCommand(std::string_view name)
617 {

Callers

nothing calls this directly

Calls 1

FindObjectsMethod · 0.80

Tested by

no test coverage detected