Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ GetLuaFile
Method
GetLuaFile
LuaParser/src/Parse/LuaParser.cpp:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
std::shared_ptr<LuaSource> LuaParser::GetLuaFile() {
31
return _file;
32
}
33
34
bool LuaParser::Parse() {
35
try {
Callers
2
BuildTree
Method · 0.80
MakeErrors
Function · 0.80
Calls
no outgoing calls
Tested by
1
MakeErrors
Function · 0.64