MCPcopy Index your code
hub / github.com/nodejs/node / Settings

Function Settings

deps/v8/.ycm_extra_conf.py:195–198  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

193
194
195def Settings(**kwargs):
196 if kwargs['language'] == 'cfamily':
197 return FlagsForFile(kwargs['filename'])
198 return {}

Callers

nothing calls this directly

Calls 1

FlagsForFileFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…