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

Method get_paths

aura/uri_handlers/local.py:33–37  ·  view source on GitHub ↗
(self, metadata: Optional[dict]=None)

Source from the content-addressed store, hash-verified

31 self.opts = {}
32
33 def get_paths(self, metadata: Optional[dict]=None) -> Iterable[ScanLocation]:
34 yield ScanLocation(
35 location=self.path,
36 metadata=metadata or {"depth": 0}
37 )
38
39 def get_diff_paths(self, other: URIHandler):
40 if isinstance(other, LocalFileHandler):

Callers 1

get_diff_pathsMethod · 0.95

Calls 1

ScanLocationClass · 0.85

Tested by

no test coverage detected