MCPcopy
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

NeedsReparseMethod · 0.95
OnFileReadyToParseMethod · 0.95
UpdateMatchesMethod · 0.95
OnInsertEnterMethod · 0.95
OnInsertLeaveMethod · 0.95
OnCursorMovedMethod · 0.95
GetErrorCountMethod · 0.95
GetWarningCountMethod · 0.95
FileParseRequestReadyMethod · 0.95

Calls 1

BufferMethod · 0.95

Tested by

no test coverage detected