MCPcopy Index your code
hub / github.com/ycm-core/YouCompleteMe / GetBoolValue

Function GetBoolValue

python/ycm/vimsupport.py:922–923  ·  view source on GitHub ↗
( variable )

Source from the content-addressed store, hash-verified

920
921
922def GetBoolValue( variable ):
923 return bool( int( vim.eval( variable ) ) )
924
925
926def GetIntValue( variable ):

Callers 4

HiddenEnabledFunction · 0.85
VariableExistsFunction · 0.85
VimVersionAtLeastFunction · 0.85
VimIsNeovimFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected