MCPcopy 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
30std::shared_ptr<LuaSource> LuaParser::GetLuaFile() {
31 return _file;
32}
33
34bool LuaParser::Parse() {
35 try {

Callers 2

BuildTreeMethod · 0.80
MakeErrorsFunction · 0.80

Calls

no outgoing calls

Tested by 1

MakeErrorsFunction · 0.64