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