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

Function FlagsForFile

python/ycm/tests/testdata/.ycm_extra_conf.py:1–7  ·  view source on GitHub ↗
( filename, **kwargs )

Source from the content-addressed store, hash-verified

1def FlagsForFile( filename, **kwargs ):
2 temp_dir = kwargs[ 'client_data' ][ 'tempname()' ]
3
4 return {
5 'flags': [ temp_dir ],
6 'do_cache': False
7 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected