MCPcopy Create free account
hub / github.com/SourceCode-AI/aura / get_directory_content

Function get_directory_content

tests/test_diff.py:220–225  ·  view source on GitHub ↗
(pth)

Source from the content-addressed store, hash-verified

218
219
220def get_directory_content(pth): # TODO: use ScanLocation.list_recursive instead
221 for f in walk(pth):
222 yield ScanLocation(
223 f,
224 strip_path=str(pth)
225 )
226
227
228def test_diff_same_renamed(fixtures, tmp_path):

Callers 1

Calls 2

walkFunction · 0.90
ScanLocationClass · 0.90

Tested by

no test coverage detected