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

Method EOF

generated/LuaParser.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44tree::TerminalNode* LuaParser::ChunkContext::EOF() {
45 return getToken(LuaParser::EOF, 0);
46}
47
48tree::TerminalNode* LuaParser::ChunkContext::SHEBANG() {
49 return getToken(LuaParser::SHEBANG, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected