Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Koihik/LuaFormatter
/ END
Method
END
generated/LuaParser.cpp:606–608 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
604
}
605
606
tree::TerminalNode* LuaParser::DoStatContext::END() {
607
return getToken(LuaParser::END, 0);
608
}
609
610
611
size_t LuaParser::DoStatContext::getRuleIndex() const {
Callers
6
visitDoStat
Method · 0.80
visitWhileStat
Method · 0.80
visitIfStat
Method · 0.80
visitForStat
Method · 0.80
visitForInStat
Method · 0.80
visitFuncbody
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected