Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ycm-core/YouCompleteMe
/ OnCursorMoved
Method
OnCursorMoved
python/ycm/youcompleteme.py:684–685 ·
view source on GitHub ↗
( self )
Source
from the content-addressed store, hash-verified
682
683
684
def
OnCursorMoved( self ):
685
self.CurrentBuffer().OnCursorMoved()
686
687
688
def
_CleanLogfile( self ):
Callers
nothing calls this directly
Calls
1
CurrentBuffer
Method · 0.95
Tested by
no test coverage detected