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

Function fs_read

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

Source from the content-addressed store, hash-verified

1339 }
1340 ''')
1341 def fs_read(path):
1342 try:
1343 with open(path) as f:
1344 return f.read()
1345 except Exception:
1346 return
1347 def fs_remove(path):
1348 try:
1349 os.remove(path)

Callers 1

testFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…