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

Method get_diff_paths

aura/uri_handlers/base.py:101–102  ·  view source on GitHub ↗
(self, other: URIHandler)

Source from the content-addressed store, hash-verified

99 ...
100
101 def get_diff_paths(self, other: URIHandler) -> Generator[Tuple[ScanLocation, ScanLocation], None, None]:
102 raise UnsupportedDiffLocation()
103
104 def cleanup(self):
105 pass

Callers 2

test_local_diff_pathsFunction · 0.45
compareMethod · 0.45

Calls 1

Tested by 1

test_local_diff_pathsFunction · 0.36