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

Method Done

python/ycm/client/command_request.py:68–69  ·  view source on GitHub ↗
( self )

Source from the content-addressed store, hash-verified

66
67
68 def Done( self ):
69 return bool( self._response_future ) and self._response_future.done()
70
71
72 def Response( self ):

Callers

nothing calls this directly

Calls 1

doneMethod · 0.80

Tested by

no test coverage detected