MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/MaterialX / modifyPortName

Method modifyPortName

source/MaterialXGenMdl/MdlSyntax.cpp:581–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579}
580
581string MdlSyntax::modifyPortName(const string& word) const
582{
583 return PORT_NAME_PREFIX + word;
584}
585
586string MdlSyntax::replaceSourceCodeMarkers(const string& nodeName, const string& soureCode, std::function<string(const string&)> lambda) const
587{

Callers 1

getUpstreamResultMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected