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

Method Done

python/ycm/client/inlay_hints_request.py:39–40  ·  view source on GitHub ↗
( self )

Source from the content-addressed store, hash-verified

37 'inlay_hints' )
38
39 def Done( self ):
40 return bool( self._response_future ) and self._response_future.done()
41
42
43 def Reset( self ):

Callers

nothing calls this directly

Calls 1

doneMethod · 0.80

Tested by

no test coverage detected