MCPcopy
hub / github.com/ycm-core/YouCompleteMe / Response

Method Response

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

Source from the content-addressed store, hash-verified

70
71
72 def Response( self ):
73 if self._response is None and self._response_future is not None:
74 # Block
75 self._response = self.HandleFuture( self._response_future,
76 display_message = not self._silent )
77
78 return self._response
79
80
81 def RunPostCommandActionsIfNeeded( self,

Callers 4

StringResponseMethod · 0.95
SendCommandRequestFunction · 0.45
GetRawCommandResponseFunction · 0.45

Calls 1

HandleFutureMethod · 0.80

Tested by

no test coverage detected