Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Koihik/LuaFormatter
/ visitForStat
Method
visitForStat
generated/LuaBaseVisitor.h:58–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
virtual antlrcpp::Any visitForStat(LuaParser::ForStatContext *ctx) override {
59
return visitChildren(ctx);
60
}
61
62
virtual antlrcpp::Any visitForInStat(LuaParser::ForInStatContext *ctx) override {
63
return visitChildren(ctx);
Callers
1
accept
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected