Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ycm-core/YouCompleteMe
/ IsServerReady
Method
IsServerReady
python/ycm/youcompleteme.py:287–288 ·
view source on GitHub ↗
( self )
Source
from the content-addressed store, hash-verified
285
286
287
def
IsServerReady( self ):
288
return
self._server_is_ready_with_cache
289
290
291
def
NotifyUserIfServerCrashed( self ):
Callers
5
OnPeriodicTick
Method · 0.95
OnFileReadyToParse
Method · 0.95
FileParseRequestReady
Method · 0.95
HandleFileParseRequest
Method · 0.95
_AddSyntaxDataIfNeeded
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected