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

Method SetSession

CodeFormatServer/src/LanguageServer.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void LanguageServer::SetSession(std::shared_ptr<IOSession> session) {
38 _session = session;
39}
40
41std::shared_ptr<IOSession> LanguageServer::GetSession() {
42 return _session;

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected