MCPcopy 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
45static bool IsEndOfLine(int c){
46 return c == '\r' || c == '\n';
47}
48
49void LuaEditorConfig::Parse(std::string_view text) {
50 auto reader = TextReader(text);

Callers 1

ParseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected