MCPcopy Index your code
hub / github.com/python/cpython / is_missing_dep

Function is_missing_dep

Tools/c-analyzer/c_parser/preprocessor/common.py:180–184  ·  view source on GitHub ↗
(errtext)

Source from the content-addressed store, hash-verified

178
179
180def is_missing_dep(errtext):
181 if 'No such file or directory' in errtext:
182 missing = errtext.split(': No such file or directory')[0].split()[-1]
183 return missing
184 return False

Callers 2

convert_errorFunction · 0.85
is_os_mismatchFunction · 0.85

Calls 1

splitMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…