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

Method FUNCTION

generated/LuaParser.cpp:1105–1107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1103}
1104
1105tree::TerminalNode* LuaParser::FuncStatContext::FUNCTION() {
1106 return getToken(LuaParser::FUNCTION, 0);
1107}
1108
1109LuaParser::FuncnameContext* LuaParser::FuncStatContext::funcname() {
1110 return getRuleContext<LuaParser::FuncnameContext>(0);

Callers 3

visitFuncStatMethod · 0.80
visitLocalFuncStatMethod · 0.80
visitFunctiondefMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected