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

Method stat

generated/LuaParser.cpp:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103std::vector<LuaParser::StatContext *> LuaParser::BlockContext::stat() {
104 return getRuleContexts<LuaParser::StatContext>();
105}
106
107LuaParser::StatContext* LuaParser::BlockContext::stat(size_t i) {
108 return getRuleContext<LuaParser::StatContext>(i);

Callers 3

visitBlockMethod · 0.80
needKeepBlockOneLineMethod · 0.80
isBlockEmptyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected