MCPcopy
hub / github.com/ycm-core/YouCompleteMe / GetVariableValue

Function GetVariableValue

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

Source from the content-addressed store, hash-verified

916
917
918def GetVariableValue( variable ):
919 return vim.eval( variable )
920
921
922def GetBoolValue( variable ):

Callers 2

InsertNamespaceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected