| 144 | void cpp_generator::fmap(const std::function<std::string(std::string)>& f) { impl->fmap = f; } |
| 145 | |
| 146 | void cpp_generator::fresult(const std::function<std::string(shape)>& f) { impl->fresult = f; } |
| 147 | |
| 148 | void cpp_generator::always_return_tuple(bool b) { impl->always_return_tuple = b; } |
| 149 |
no outgoing calls
no test coverage detected