Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ycm-core/YouCompleteMe
/ ParseRequestPending
Method
ParseRequestPending
python/ycm/buffer.py:67–68 ·
view source on GitHub ↗
( self )
Source
from the content-addressed store, hash-verified
65
66
67
def
ParseRequestPending( self ):
68
return
bool( self._parse_request ) and not self._parse_request.Done()
69
70
71
def
NeedsReparse( self ):
Callers
1
OnInsertLeave
Method · 0.80
Calls
1
Done
Method · 0.45
Tested by
no test coverage detected