| 231 | } |
| 232 | |
| 233 | LuaParser::FuncStatContext* LuaParser::StatContext::funcStat() { |
| 234 | return getRuleContext<LuaParser::FuncStatContext>(0); |
| 235 | } |
| 236 | |
| 237 | LuaParser::LocalFuncStatContext* LuaParser::StatContext::localFuncStat() { |
| 238 | return getRuleContext<LuaParser::LocalFuncStatContext>(0); |
nothing calls this directly
no outgoing calls
no test coverage detected