Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
void LanguageServer::SetSession(std::shared_ptr<IOSession> session) {
38
_session = session;
39
}
40
41
std::shared_ptr<IOSession> LanguageServer::GetSession() {
42
return _session;
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected