Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ycm-core/YouCompleteMe
/ NeedsReparse
Method
NeedsReparse
python/ycm/youcompleteme.py:557–558 ·
view source on GitHub ↗
( self )
Source
from the content-addressed store, hash-verified
555
556
557
def
NeedsReparse( self ):
558
return
self.CurrentBuffer().NeedsReparse()
559
560
561
def
UpdateWithNewDiagnosticsForFile( self, filepath, diagnostics ):
Callers
nothing calls this directly
Calls
1
CurrentBuffer
Method · 0.95
Tested by
no test coverage detected