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

Function substituteWrapper2

src/IECorePython/StringAlgoBinding.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109std::string substituteWrapper2( const std::string &input, const StringAlgo::VariableProvider &variables, unsigned substitutions )
110{
111 return StringAlgo::substitute( input, variables, substitutions );
112}
113
114#endif
115

Callers

nothing calls this directly

Calls 1

substituteFunction · 0.85

Tested by

no test coverage detected