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

Method visitFunctiondef

generated/LuaBaseVisitor.h:138–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 }
137
138 virtual antlrcpp::Any visitFunctiondef(LuaParser::FunctiondefContext *ctx) override {
139 return visitChildren(ctx);
140 }
141
142 virtual antlrcpp::Any visitFuncbody(LuaParser::FuncbodyContext *ctx) override {
143 return visitChildren(ctx);

Callers 1

acceptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected