| 1762 | } |
| 1763 | |
| 1764 | antlrcpp::Any FormatVisitor::visitFieldsep(LuaParser::FieldsepContext* context) { |
| 1765 | cur_writer() << config_.get<std::string>("table_sep"); |
| 1766 | return nullptr; |
| 1767 | } |
| 1768 | |
| 1769 | antlrcpp::Any FormatVisitor::visitChildren(tree::ParseTree* node) { |
| 1770 | size_t n = node->children.size(); |
nothing calls this directly
no outgoing calls
no test coverage detected