Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SourceCode-AI/aura
/ exists
Method
exists
aura/uri_handlers/base.py:94–95 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
92
93
@property
94
def
exists(self) -> bool:
95
return
True
96
97
@abstractmethod
98
def
get_paths(self, metadata: Optional[dict]=None) -> Generator[ScanLocation, None, None]:
Callers
15
create_or_open
Function · 0.45
create_cache_entry
Function · 0.45
test_proxy_mirror_json
Function · 0.45
test_mirror_cache_paths
Function · 0.45
test_mirror_no_remote_access
Function · 0.45
create_same_files
Function · 0.45
create_add_file
Function · 0.45
create_del_file
Function · 0.45
create_similar_file
Function · 0.45
_callback_download
Function · 0.45
test_output_not_created_when_below_minimum_score
Function · 0.45
store_uploaded_file
Function · 0.45
Calls
no outgoing calls
Tested by
10
create_cache_entry
Function · 0.36
test_proxy_mirror_json
Function · 0.36
test_mirror_cache_paths
Function · 0.36
test_mirror_no_remote_access
Function · 0.36
create_same_files
Function · 0.36
create_add_file
Function · 0.36
create_del_file
Function · 0.36
create_similar_file
Function · 0.36
_callback_download
Function · 0.36
test_output_not_created_when_below_minimum_score
Function · 0.36