Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Suggest
Method · 0.85
ConsoleInterpreter.cpp
File · 0.85
Calls
1
FindObjectNames
Method · 0.80
Tested by
no test coverage detected