MCPcopy Index your code
hub / github.com/SourceCode-AI/aura / read

Method read

tests/conftest.py:76–78  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

74 return os.fspath(self.BASE_PATH / path)
75
76 def read(self, path):
77 with open(self.path(path), 'r') as fp:
78 return fp.read()
79
80 def scan_test_file(self, name, decode=True, args=None):
81 if name.startswith("mirror://"):

Callers 15

test_basic_astFunction · 0.80
test_py2kFunction · 0.80
mock_githubFunction · 0.80
_callback_downloadFunction · 0.80
test_sarif_output_e2eFunction · 0.80
run_in_venvFunction · 0.80
mainFunction · 0.80
setup.pyFile · 0.80
obfuscated.pyFile · 0.80
XSS1Function · 0.80
menuFunction · 0.80

Calls 1

pathMethod · 0.95

Tested by

no test coverage detected