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

Method Start

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

Source from the content-addressed store, hash-verified

33
34
35 def Start( self ):
36 self._response_future = self.PostDataToHandlerAsync( self.request_data,
37 'inlay_hints' )
38
39 def Done( self ):
40 return bool( self._response_future ) and self._response_future.done()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected