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

Method list_recursive

aura/uri_handlers/base.py:412–418  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

410 return ratio
411
412 def list_recursive(self) -> Generator[ScanLocation, None, None]:
413 for f in walk(self.location):
414 yield self.create_child(
415 new_location=f,
416 strip_path=str(self.location),
417 parent=self.parent
418 )
419
420 def do_cleanup(self):
421 if not self.cleanup:

Callers 1

_diff_dirsMethod · 0.80

Calls 2

create_childMethod · 0.95
walkFunction · 0.85

Tested by

no test coverage detected