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

Method Send

CodeFormatServer/src/Session/StandardIOSession.cpp:124–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void StandardIOSession::Send(std::string_view content) {
125 StandardIO::GetInstance().Write(content);
126}

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.80

Tested by

no test coverage detected