Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_paths
Function · 0.45
compare
Method · 0.45
Calls
1
UnsupportedDiffLocation
Class · 0.85
Tested by
1
test_local_diff_paths
Function · 0.36