Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Koihik/LuaFormatter
/ visitRepeatStat
Method
visitRepeatStat
generated/LuaBaseVisitor.h:50–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
virtual antlrcpp::Any visitRepeatStat(LuaParser::RepeatStatContext *ctx) override {
51
return visitChildren(ctx);
52
}
53
54
virtual antlrcpp::Any visitIfStat(LuaParser::IfStatContext *ctx) override {
55
return visitChildren(ctx);
Callers
1
accept
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected