MCPcopy Create free account
hub / github.com/Koihik/LuaFormatter / visitFieldsep

Method visitFieldsep

src/FormatVisitor.cpp:1764–1767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected