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

Method GetCommandResponse

python/ycm/youcompleteme.py:479–485  ·  view source on GitHub ↗
( self, arguments )

Source from the content-addressed store, hash-verified

477
478
479 def GetCommandResponse( self, arguments ):
480 final_arguments, extra_data = self._GetCommandRequestArguments(
481 arguments,
482 False,
483 0,
484 0 )
485 return GetCommandResponse( final_arguments, extra_data )
486
487
488 def SendCommandRequestAsync( self,

Callers

nothing calls this directly

Calls 2

GetCommandResponseFunction · 0.90

Tested by

no test coverage detected