Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ycm-core/YouCompleteMe
/ VariableExists
Function
VariableExists
python/ycm/vimsupport.py:910–911 ·
view source on GitHub ↗
( variable )
Source
from the content-addressed store, hash-verified
908
909
910
def
VariableExists( variable ):
911
return
GetBoolValue( f
"exists( '{ EscapeForVim( variable ) }' )"
)
912
913
914
def
SetVariableValue( variable, value ):
Callers
3
OpenLocationList
Function · 0.85
OpenQuickFixList
Function · 0.85
InsertNamespace
Function · 0.85
Calls
2
GetBoolValue
Function · 0.85
EscapeForVim
Function · 0.85
Tested by
no test coverage detected