MCPcopy 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
165string createNamePath(const StringVec& nameVec)
166{
167 string res = joinStrings(nameVec, NAME_PATH_SEPARATOR);
168 return res;
169}
170
171string parentNamePath(const string& namePath)
172{

Callers 1

parentNamePathFunction · 0.85

Calls 1

joinStringsFunction · 0.85

Tested by

no test coverage detected