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

Method VarlistContext

generated/LuaParser.cpp:1530–1532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1528//----------------- VarlistContext ------------------------------------------------------------------
1529
1530LuaParser::VarlistContext::VarlistContext(ParserRuleContext *parent, size_t invokingState)
1531 : ParserRuleContext(parent, invokingState) {
1532}
1533
1534std::vector<LuaParser::VarContext *> LuaParser::VarlistContext::var() {
1535 return getRuleContexts<LuaParser::VarContext>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected