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

Method IsResponseHandled

python/ycm/buffer.py:110–111  ·  view source on GitHub ↗
( self )

Source from the content-addressed store, hash-verified

108
109
110 def IsResponseHandled( self ):
111 return self._handled_tick == self._parse_tick
112
113
114 def MarkResponseHandled( self ):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected