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

Method Start

python/ycm/client/debug_info_request.py:28–34  ·  view source on GitHub ↗
( self )

Source from the content-addressed store, hash-verified

26
27
28 def Start( self ):
29 request_data = BuildRequestData()
30 if self._extra_data:
31 request_data.update( self._extra_data )
32 self._response = self.PostDataToHandler( request_data,
33 'debug_info',
34 display_message = False )
35
36
37 def Response( self ):

Callers 1

SendDebugInfoRequestFunction · 0.95

Calls 2

BuildRequestDataFunction · 0.90
PostDataToHandlerMethod · 0.80

Tested by

no test coverage detected