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