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

Method visitRetstat

generated/LuaBaseVisitor.h:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77
78 virtual antlrcpp::Any visitRetstat(LuaParser::RetstatContext *ctx) override {
79 return visitChildren(ctx);
80 }
81
82 virtual antlrcpp::Any visitLabel(LuaParser::LabelContext *ctx) override {
83 return visitChildren(ctx);

Callers 1

acceptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected