Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1454
def
VimHasFunctions( *functions ):
1455
return
all( VimHasFunction( f )
for
f in functions )
1456
1457
1458
def
WinIDForWindow( window ):
Callers
1
VimSupportsPopupWindows
Function · 0.85
Calls
1
VimHasFunction
Function · 0.85
Tested by
no test coverage detected