MCPcopy 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
92def CurrentLineContents():
93 return ToUnicode( vim.current.line )
94
95
96def CurrentLineContentsAndCodepointColumn():

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected