MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / GetFile

Method GetFile

LuaParser/src/Lexer/LuaLexer.cpp:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81std::shared_ptr<LuaSource> LuaLexer::GetFile() {
82 return _file;
83}
84
85std::vector<LuaToken> &LuaLexer::GetTokens() {
86 return _tokens;

Callers 15

EndWithNewLineMethod · 0.80
AnalyzeReturnMethod · 0.80
CompleteMissTokenMethod · 0.80
FormatLineMethod · 0.80
GetFormatResultMethod · 0.80
DoResolveMethod · 0.80
AnalyzeMethod · 0.80
ResolveAlignGroupMethod · 0.80
GetStartLineMethod · 0.80
GetStartColMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected