Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Koihik/LuaFormatter
/ visitFunctioncall
Method
visitFunctioncall
generated/LuaBaseVisitor.h:34–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
virtual antlrcpp::Any visitFunctioncall(LuaParser::FunctioncallContext *ctx) override {
35
return visitChildren(ctx);
36
}
37
38
virtual antlrcpp::Any visitGotoStat(LuaParser::GotoStatContext *ctx) override {
39
return visitChildren(ctx);
Callers
1
accept
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected