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

Function VimHasFunctions

python/ycm/vimsupport.py:1454–1455  ·  view source on GitHub ↗
( *functions )

Source from the content-addressed store, hash-verified

1452
1453
1454def VimHasFunctions( *functions ):
1455 return all( VimHasFunction( f ) for f in functions )
1456
1457
1458def WinIDForWindow( window ):

Callers 1

VimSupportsPopupWindowsFunction · 0.85

Calls 1

VimHasFunctionFunction · 0.85

Tested by

no test coverage detected