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

Method fetch

aura/cache.py:225–226  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

223 }
224
225 def fetch(self) -> str:
226 return self.cache_file_location.read_text()
227
228
229class FileDownloadCache(URLCache):

Callers 5

test_github_cacheFunction · 0.95
proxyMethod · 0.45
proxyMethod · 0.45
proxyMethod · 0.45
proxyMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_github_cacheFunction · 0.76