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

Method functioncall

generated/LuaParser.cpp:193–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193LuaParser::FunctioncallContext* LuaParser::StatContext::functioncall() {
194 return getRuleContext<LuaParser::FunctioncallContext>(0);
195}
196
197LuaParser::LabelContext* LuaParser::StatContext::label() {
198 return getRuleContext<LuaParser::LabelContext>(0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected