MCPcopy Create free account
hub / github.com/ycm-core/YouCompleteMe / ShouldResendParseRequest

Method ShouldResendParseRequest

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

Source from the content-addressed store, hash-verified

73
74
75 def ShouldResendParseRequest( self ):
76 return ( self._should_resend
77 or ( bool( self._parse_request )
78 and self._parse_request.ShouldResend() ) )
79
80
81 def UpdateDiagnostics( self, force = False ):

Callers 1

Calls 1

ShouldResendMethod · 0.80

Tested by

no test coverage detected