Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ycm-core/YouCompleteMe
/ NeedsReparse
Method
NeedsReparse
python/ycm/buffer.py:71–72 ·
view source on GitHub ↗
( self )
Source
from the content-addressed store, hash-verified
69
70
71
def
NeedsReparse( self ):
72
return
self._parse_tick != self._ChangedTick()
73
74
75
def
ShouldResendParseRequest( self ):
Callers
nothing calls this directly
Calls
1
_ChangedTick
Method · 0.95
Tested by
no test coverage detected