Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Koihik/LuaFormatter
/ GOTO
Method
GOTO
generated/LuaParser.cpp:548–550 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
546
}
547
548
tree::TerminalNode* LuaParser::GotoStatContext::GOTO() {
549
return getToken(LuaParser::GOTO, 0);
550
}
551
552
tree::TerminalNode* LuaParser::GotoStatContext::NAME() {
553
return getToken(LuaParser::NAME, 0);
Callers
1
visitGotoStat
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected