MCPcopy
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
926def GetIntValue( variable ):
927 return int( vim.eval( variable ) or 0 )
928
929
930def _SortChunksByFile( chunks ):

Callers 15

UpdateSignatureHelpFunction · 0.90
prop_removeFunction · 0.90
BufferIsVisibleFunction · 0.85
GetBufferChangedTickFunction · 0.85
RangeVisibleInBufferFunction · 0.85
AddTextPropertyFunction · 0.85
SetLocationListForWindowFunction · 0.85
PostVimMessageFunction · 0.85
PresentDialogFunction · 0.85
SelectFromListFunction · 0.85
_OpenFileInSplitIfNeededFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected