Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ycm-core/YouCompleteMe
/ FileParseRequestReady
Method
FileParseRequestReady
python/ycm/buffer.py:45–47 ·
view source on GitHub ↗
( self, block = False )
Source
from the content-addressed store, hash-verified
43
44
45
def
FileParseRequestReady( self, block = False ):
46
return
( bool( self._parse_request ) and
47
( block or self._parse_request.Done() ) )
48
49
50
def
SendParseRequest( self, extra_data ):
Callers
4
_Check_FileReadyToParse_Diagnostic_Error
Function · 0.45
_Check_FileReadyToParse_Diagnostic_Warning
Function · 0.45
test_EventNotification_FileReadyToParse_NonDiagnostic_Error
Method · 0.45
test_EventNotification_FileReadyToParse_NonDiagnostic_ConfirmExtraConf
Method · 0.45
Calls
1
Done
Method · 0.45
Tested by
4
_Check_FileReadyToParse_Diagnostic_Error
Function · 0.36
_Check_FileReadyToParse_Diagnostic_Warning
Function · 0.36
test_EventNotification_FileReadyToParse_NonDiagnostic_Error
Method · 0.36
test_EventNotification_FileReadyToParse_NonDiagnostic_ConfirmExtraConf
Method · 0.36