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

Method ChunkContext

generated/LuaParser.cpp:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34//----------------- ChunkContext ------------------------------------------------------------------
35
36LuaParser::ChunkContext::ChunkContext(ParserRuleContext *parent, size_t invokingState)
37 : ParserRuleContext(parent, invokingState) {
38}
39
40LuaParser::BlockContext* LuaParser::ChunkContext::block() {
41 return getRuleContext<LuaParser::BlockContext>(0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected