MCPcopy Create free account
hub / github.com/ycm-core/YouCompleteMe / ServerResponse

Method ServerResponse

python/ycm/tests/completion_test.py:78–79  ·  view source on GitHub ↗
( *args )

Source from the content-addressed store, hash-verified

76 current_buffer = VimBuffer( PathToTestFile( 'uni¢𐍈d€', 'current_buffer' ) )
77
78 def ServerResponse( *args ):
79 return { 'completions': [], 'completion_start_column': 1 }
80
81 with CurrentWorkingDirectory( unicode_dir ):
82 with MockVimBuffers( [ current_buffer ], [ current_buffer ] ):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected