Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ Run
Method
Run
CodeFormatServer/src/LanguageServer.cpp:83–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
int LanguageServer::Run() {
84
if (_session) {
85
int ret = _session->Run(*this);
86
_session = nullptr;
87
return ret;
88
}
89
return 1;
90
}
91
92
asio::io_context &LanguageServer::GetIOContext() {
93
return _ioc;
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected