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

Method SHEBANG

generated/LuaParser.cpp:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48tree::TerminalNode* LuaParser::ChunkContext::SHEBANG() {
49 return getToken(LuaParser::SHEBANG, 0);
50}
51
52
53size_t LuaParser::ChunkContext::getRuleIndex() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected