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

Method funcStat

generated/LuaParser.cpp:233–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233LuaParser::FuncStatContext* LuaParser::StatContext::funcStat() {
234 return getRuleContext<LuaParser::FuncStatContext>(0);
235}
236
237LuaParser::LocalFuncStatContext* LuaParser::StatContext::localFuncStat() {
238 return getRuleContext<LuaParser::LocalFuncStatContext>(0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected