Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Koihik/LuaFormatter
/ varlist
Method
varlist
generated/LuaParser.cpp:391–393 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
389
}
390
391
LuaParser::VarlistContext* LuaParser::VarDeclContext::varlist() {
392
return getRuleContext<LuaParser::VarlistContext>(0);
393
}
394
395
tree::TerminalNode* LuaParser::VarDeclContext::EQL() {
396
return getToken(LuaParser::EQL, 0);
Callers
1
visitVarDecl
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected