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

Method HasError

CodeFormatServer/src/Session/StandardIOSession.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53bool StandardIO::HasError() {
54 return _code == asio::error::eof || _code;
55}
56
57void StandardIO::Write(std::string_view content) {
58 asio::write(*_out, asio::buffer(content.data(), content.size()));

Callers 15

CheckSingleFileMethod · 0.45
ReformatSingleFileMethod · 0.45
RangeReformatMethod · 0.45
ReformatMethod · 0.45
RangeFormatMethod · 0.45
TypeFormatMethod · 0.45
DiagnosticMethod · 0.45
ReformatMethod · 0.45
RangeFormatMethod · 0.45
TypeFormatMethod · 0.45
DiagnosticMethod · 0.45
SpellCheckMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected