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

Function SendCommandRequestAsync

python/ycm/client/command_request.py:218–228  ·  view source on GitHub ↗
( arguments,
                             extra_data = None,
                             silent = True,
                             location = None )

Source from the content-addressed store, hash-verified

216
217
218def SendCommandRequestAsync( arguments,
219 extra_data = None,
220 silent = True,
221 location = None ):
222 request = CommandRequest( arguments,
223 extra_data = extra_data,
224 silent = silent,
225 location = location )
226 request.Start()
227 # Don't block
228 return request
229
230
231def SendCommandRequest( arguments,

Callers 4

SendCommandRequestFunction · 0.85
GetCommandResponseFunction · 0.85
GetRawCommandResponseFunction · 0.85

Calls 2

StartMethod · 0.95
CommandRequestClass · 0.85

Tested by

no test coverage detected