Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ycm-core/YouCompleteMe
/ CurrentBuffer
Method
CurrentBuffer
python/ycm/youcompleteme.py:662–663 ·
view source on GitHub ↗
( self )
Source
from the content-addressed store, hash-verified
660
661
662
def
CurrentBuffer( self ):
663
return
self.Buffer( vimsupport.GetCurrentBufferNumber() )
664
665
666
def
Buffer( self, bufnr ):
Callers
12
NeedsReparse
Method · 0.95
OnFileReadyToParse
Method · 0.95
UpdateMatches
Method · 0.95
OnInsertEnter
Method · 0.95
OnInsertLeave
Method · 0.95
OnCursorMoved
Method · 0.95
GetErrorCount
Method · 0.95
GetWarningCount
Method · 0.95
_PopulateLocationListWithLatestDiagnostics
Method · 0.95
FileParseRequestReady
Method · 0.95
HandleFileParseRequest
Method · 0.95
ShouldResendFileParseRequest
Method · 0.95
Calls
1
Buffer
Method · 0.95
Tested by
no test coverage detected