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

Method HasError

LuaParser/src/Lexer/LuaLexer.cpp:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77bool LuaLexer::HasError() const {
78 return !_errors.empty();
79}
80
81std::shared_ptr<LuaSource> LuaLexer::GetFile() {
82 return _file;

Callers 2

TESTFunction · 0.45

Calls 1

emptyMethod · 0.45

Tested by 1

TESTFunction · 0.36