MCPcopy Create free account
hub / github.com/ImageEngine/cortex / substituteWrapper1

Function substituteWrapper1

src/IECorePython/StringAlgoBinding.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102};
103
104std::string substituteWrapper1( const std::string &input, ConstCompoundDataPtr variables, unsigned substitutions )
105{
106 return StringAlgo::substitute( input, variables.get(), substitutions );
107}
108
109std::string substituteWrapper2( const std::string &input, const StringAlgo::VariableProvider &variables, unsigned substitutions )
110{

Callers

nothing calls this directly

Calls 2

substituteFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected