Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ycm-core/YouCompleteMe
/ GetIntValue
Function
GetIntValue
python/ycm/vimsupport.py:926–927 ·
view source on GitHub ↗
( variable )
Source
from the content-addressed store, hash-verified
924
925
926
def
GetIntValue( variable ):
927
return
int( vim.eval( variable ) or 0 )
928
929
930
def
_SortChunksByFile( chunks ):
Callers
15
UpdateSignatureHelp
Function · 0.90
prop_remove
Function · 0.90
GetBufferNumberForFilename
Function · 0.85
BufferIsVisible
Function · 0.85
GetBufferChangedTick
Function · 0.85
RangeVisibleInBuffer
Function · 0.85
AddTextProperty
Function · 0.85
SetLocationListForWindow
Function · 0.85
PostVimMessage
Function · 0.85
PresentDialog
Function · 0.85
SelectFromList
Function · 0.85
_OpenFileInSplitIfNeeded
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected