| 1263 | } |
| 1264 | |
| 1265 | void Function::export_code(const std::string& lang, |
| 1266 | std::ostream &stream, const Dict& options) const { |
| 1267 | return (*this)->export_code(lang, stream, options); |
| 1268 | } |
| 1269 | |
| 1270 | void Function::export_code(const std::string& lang, |
| 1271 | const std::string &fname, const Dict& options) const { |
no outgoing calls
no test coverage detected