Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ IsEndOfLine
Function
IsEndOfLine
CodeFormatCore/src/Config/LuaEditorConfig.cpp:45–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
static bool IsEndOfLine(int c){
46
return c ==
'\r'
|| c ==
'\n'
;
47
}
48
49
void LuaEditorConfig::Parse(std::string_view text) {
50
auto reader = TextReader(text);
Callers
1
Parse
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected