| 102 | }; |
| 103 | |
| 104 | std::string substituteWrapper1( const std::string &input, ConstCompoundDataPtr variables, unsigned substitutions ) |
| 105 | { |
| 106 | return StringAlgo::substitute( input, variables.get(), substitutions ); |
| 107 | } |
| 108 | |
| 109 | std::string substituteWrapper2( const std::string &input, const StringAlgo::VariableProvider &variables, unsigned substitutions ) |
| 110 | { |
nothing calls this directly
no test coverage detected