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

Function MatchObjectNames

src/engine/ConsoleObjects.cpp:606–609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604 }
605
606 std::vector<std::string_view> MatchObjectNames(char const* regex)
607 {
608 return objectsDictionary.FindObjectNames(regex);
609 }
610
611 std::vector<Object*> MatchObjects(char const* regex)
612 {

Callers 2

SuggestMethod · 0.85

Calls 1

FindObjectNamesMethod · 0.80

Tested by

no test coverage detected