MCPcopy Index your code
hub / github.com/pymupdf/PyMuPDF / fs_remove

Function fs_remove

scripts/test.py:1347–1351  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

1345 except Exception:
1346 return
1347 def fs_remove(path):
1348 try:
1349 os.remove(path)
1350 except Exception:
1351 pass
1352 cpp_existing = fs_read(cpp_path)
1353 if cpp == cpp_existing:
1354 log(f'Not creating {cpp_exe} because unchanged: {cpp_path}')

Callers 1

testFunction · 0.85

Calls 1

removeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…