Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
922
def
GetBoolValue( variable ):
923
return
bool( int( vim.eval( variable ) ) )
924
925
926
def
GetIntValue( variable ):
Callers
4
HiddenEnabled
Function · 0.85
VariableExists
Function · 0.85
VimVersionAtLeast
Function · 0.85
VimIsNeovim
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected