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

Method GetCommandRequest

python/ycm/youcompleteme.py:508–509  ·  view source on GitHub ↗
( self, request_id )

Source from the content-addressed store, hash-verified

506
507
508 def GetCommandRequest( self, request_id ):
509 return self._command_requests.get( request_id )
510
511
512 def FlushCommandRequest( self, request_id ):

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected