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

Method get_paths

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

Source from the content-addressed store, hash-verified

96
97 @abstractmethod
98 def get_paths(self, metadata: Optional[dict]=None) -> Generator[ScanLocation, None, None]:
99 ...
100
101 def get_diff_paths(self, other: URIHandler) -> Generator[Tuple[ScanLocation, ScanLocation], None, None]:
102 raise UnsupportedDiffLocation()

Callers 3

check_requirementFunction · 0.45
scan_uriFunction · 0.45

Calls

no outgoing calls

Tested by 1