MCPcopy 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
910def VariableExists( variable ):
911 return GetBoolValue( f"exists( '{ EscapeForVim( variable ) }' )" )
912
913
914def SetVariableValue( variable, value ):

Callers 3

OpenLocationListFunction · 0.85
OpenQuickFixListFunction · 0.85
InsertNamespaceFunction · 0.85

Calls 2

GetBoolValueFunction · 0.85
EscapeForVimFunction · 0.85

Tested by

no test coverage detected