MCPcopy 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_openFunction · 0.45
create_cache_entryFunction · 0.45
test_proxy_mirror_jsonFunction · 0.45
test_mirror_cache_pathsFunction · 0.45
create_same_filesFunction · 0.45
create_add_fileFunction · 0.45
create_del_fileFunction · 0.45
create_similar_fileFunction · 0.45
_callback_downloadFunction · 0.45
store_uploaded_fileFunction · 0.45

Calls

no outgoing calls

Tested by 10

create_cache_entryFunction · 0.36
test_proxy_mirror_jsonFunction · 0.36
test_mirror_cache_pathsFunction · 0.36
create_same_filesFunction · 0.36
create_add_fileFunction · 0.36
create_del_fileFunction · 0.36
create_similar_fileFunction · 0.36
_callback_downloadFunction · 0.36