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

Function BufferModified

python/ycm/vimsupport.py:117–118  ·  view source on GitHub ↗
( buffer_object )

Source from the content-addressed store, hash-verified

115
116
117def BufferModified( buffer_object ):
118 return buffer_object.options[ 'mod' ]
119
120
121def GetBufferData( buffer_object ):

Callers 2

BufferIsUsableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected