Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Koihik/LuaFormatter
/ visitVar
Method
visitVar
generated/LuaBaseVisitor.h:122–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
virtual antlrcpp::Any visitVar(LuaParser::VarContext *ctx) override {
123
return visitChildren(ctx);
124
}
125
126
virtual antlrcpp::Any visitVarSuffix(LuaParser::VarSuffixContext *ctx) override {
127
return visitChildren(ctx);
Callers
1
accept
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected