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

Method Reset

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

Source from the content-addressed store, hash-verified

41
42
43 def Reset( self ):
44 self._response_future = None
45
46 def Response( self ):
47 if not self._response_future:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected