MCPcopy Index your code
hub / github.com/ycm-core/YouCompleteMe / GetCommandResponse

Function GetCommandResponse

python/ycm/client/command_request.py:245–250  ·  view source on GitHub ↗
( arguments, extra_data = None )

Source from the content-addressed store, hash-verified

243
244
245def GetCommandResponse( arguments, extra_data = None ):
246 request = SendCommandRequestAsync( arguments,
247 extra_data = extra_data,
248 silent = True )
249 # Block here to get the response
250 return request.StringResponse()
251
252
253def GetRawCommandResponse( arguments, silent, location = None ):

Callers 1

GetCommandResponseMethod · 0.90

Calls 2

SendCommandRequestAsyncFunction · 0.85
StringResponseMethod · 0.80

Tested by

no test coverage detected