MCPcopy Create free account
hub / github.com/Koihik/LuaFormatter / gotoStat

Method gotoStat

generated/LuaParser.cpp:205–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205LuaParser::GotoStatContext* LuaParser::StatContext::gotoStat() {
206 return getRuleContext<LuaParser::GotoStatContext>(0);
207}
208
209LuaParser::DoStatContext* LuaParser::StatContext::doStat() {
210 return getRuleContext<LuaParser::DoStatContext>(0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected