MCPcopy Create free account
hub / github.com/ycm-core/YouCompleteMe / Done

Method Done

python/ycm/client/completion_request.py:42–43  ·  view source on GitHub ↗
( self )

Source from the content-addressed store, hash-verified

40
41
42 def Done( self ):
43 return bool( self._response_future ) and self._response_future.done()
44
45
46 def _RawResponse( self ):

Callers 1

OnCompleteDoneMethod · 0.95

Calls 1

doneMethod · 0.80

Tested by

no test coverage detected