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

Method localFuncStat

generated/LuaParser.cpp:237–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237LuaParser::LocalFuncStatContext* LuaParser::StatContext::localFuncStat() {
238 return getRuleContext<LuaParser::LocalFuncStatContext>(0);
239}
240
241LuaParser::LocalVarDeclContext* LuaParser::StatContext::localVarDecl() {
242 return getRuleContext<LuaParser::LocalVarDeclContext>(0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected