MCPcopy
hub / github.com/ycm-core/YouCompleteMe / FileParseRequestReady

Method FileParseRequestReady

python/ycm/youcompleteme.py:747–750  ·  view source on GitHub ↗
( self )

Source from the content-addressed store, hash-verified

745
746
747 def FileParseRequestReady( self ):
748 # Return True if server is not ready yet, to stop repeating check timer.
749 return ( not self.IsServerReady() or
750 self.CurrentBuffer().FileParseRequestReady() )
751
752
753 def HandleFileParseRequest( self, block = False ):

Callers 1

Calls 2

IsServerReadyMethod · 0.95
CurrentBufferMethod · 0.95

Tested by

no test coverage detected