Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ycm-core/YouCompleteMe
/ CurrentLineContents
Function
CurrentLineContents
python/ycm/vimsupport.py:92–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
91
92
def
CurrentLineContents():
93
return
ToUnicode( vim.current.line )
94
95
96
def
CurrentLineContentsAndCodepointColumn():
Callers
1
CurrentLineContentsAndCodepointColumn
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected