Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
std::shared_ptr<LuaSource> LuaLexer::GetFile() {
82
return _file;
83
}
84
85
std::vector<LuaToken> &LuaLexer::GetTokens() {
86
return _tokens;
Callers
15
EndWithNewLine
Method · 0.80
ProcessIndentDiagnostic
Method · 0.80
AnalyzeReturn
Method · 0.80
CompleteMissToken
Method · 0.80
FormatLine
Method · 0.80
GetFormatResult
Method · 0.80
DoResolve
Method · 0.80
Analyze
Method · 0.80
AnalyzeArrayTableAlign
Method · 0.80
ResolveAlignGroup
Method · 0.80
GetStartLine
Method · 0.80
GetStartCol
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected