Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
bool LuaLexer::HasError() const {
78
return !_errors.empty();
79
}
80
81
std::shared_ptr<LuaSource> LuaLexer::GetFile() {
82
return _file;
Callers
2
TEST
Function · 0.45
Performance_unitest.cpp
File · 0.45
Calls
1
empty
Method · 0.45
Tested by
1
TEST
Function · 0.36