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

Method visitStat

src/FormatVisitor.cpp:340–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340antlrcpp::Any FormatVisitor::visitStat(LuaParser::StatContext* ctx) {
341 LOG_FUNCTION_BEGIN();
342 if (chop_down_block_) {
343 cur_writer() << indent();
344 }
345 visitChildren(ctx);
346 LOG_FUNCTION_END();
347 return nullptr;
348}
349
350// varlist EQL explist;
351antlrcpp::Any FormatVisitor::visitVarDecl(LuaParser::VarDeclContext* ctx) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected