| 425 | } |
| 426 | |
| 427 | std::string TD_TL_writer_java::gen_store_function_begin(const std::string &storer_name, const std::string &class_name, |
| 428 | int arity, std::vector<tl::var_description> &vars, |
| 429 | int storer_type) const { |
| 430 | assert(false); |
| 431 | return ""; |
| 432 | } |
| 433 | |
| 434 | std::string TD_TL_writer_java::gen_store_function_end(const std::vector<tl::var_description> &vars, |
| 435 | int storer_type) const { |
nothing calls this directly
no outgoing calls
no test coverage detected