Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Koihik/LuaFormatter
/ visitDoStat
Method
visitDoStat
generated/LuaBaseVisitor.h:42–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
virtual antlrcpp::Any visitDoStat(LuaParser::DoStatContext *ctx) override {
43
return visitChildren(ctx);
44
}
45
46
virtual antlrcpp::Any visitWhileStat(LuaParser::WhileStatContext *ctx) override {
47
return visitChildren(ctx);
Callers
1
accept
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected