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

Function WinIDForWindow

python/ycm/vimsupport.py:1458–1460  ·  view source on GitHub ↗
( window )

Source from the content-addressed store, hash-verified

1456
1457
1458def WinIDForWindow( window ):
1459 return GetIntValue( f'win_getid( { window.number }, '
1460 f'{ window.tabpage.number } )' )
1461
1462
1463def ScreenPositionForLineColumnInWindow( window, line, column ):

Callers 2

SetLocationListForWindowFunction · 0.85

Calls 1

GetIntValueFunction · 0.85

Tested by

no test coverage detected