Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/MaterialX
/ createNamePath
Function
createNamePath
source/MaterialXCore/Util.cpp:165–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
}
164
165
string createNamePath(const StringVec& nameVec)
166
{
167
string res = joinStrings(nameVec, NAME_PATH_SEPARATOR);
168
return res;
169
}
170
171
string parentNamePath(const string& namePath)
172
{
Callers
1
parentNamePath
Function · 0.85
Calls
1
joinStrings
Function · 0.85
Tested by
no test coverage detected