Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ycm-core/YouCompleteMe
/ BufferIsUsable
Function
BufferIsUsable
python/ycm/vimsupport.py:603–604 ·
view source on GitHub ↗
( buffer_object )
Source
from the content-addressed store, hash-verified
601
602
603
def
BufferIsUsable( buffer_object ):
604
return
not BufferModified( buffer_object ) or HiddenEnabled( buffer_object )
605
606
607
def
EscapeFilepathForVimCommand( filepath ):
Callers
1
GetVimCommand
Function · 0.85
Calls
2
BufferModified
Function · 0.85
HiddenEnabled
Function · 0.85
Tested by
no test coverage detected