MCPcopy Index your code
hub / github.com/SourceCode-AI/aura / proxy

Method proxy

aura/cache.py:128–129  ·  view source on GitHub ↗
(cls, **kwargs)

Source from the content-addressed store, hash-verified

126 @classmethod
127 @abstractmethod
128 def proxy(cls, **kwargs):
129 ...
130
131 @property
132 def cache_file_location(self) -> Path:

Callers 15

test_mirror_cache_pathsFunction · 0.45
test_url_cachingFunction · 0.45
test_pypi_cacheFunction · 0.45
test_ast_cacheFunction · 0.45
test_cache_tag_filteringFunction · 0.45
test_github_cacheFunction · 0.45
prefetch_mirrorFunction · 0.45
_get_jsonMethod · 0.45
from_cachedMethod · 0.45
download_releaseMethod · 0.45
get_cached_locationMethod · 0.45

Calls

no outgoing calls

Tested by 7

test_mirror_cache_pathsFunction · 0.36
test_url_cachingFunction · 0.36
test_pypi_cacheFunction · 0.36
test_ast_cacheFunction · 0.36
test_cache_tag_filteringFunction · 0.36
test_github_cacheFunction · 0.36