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

Method fetch

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

Source from the content-addressed store, hash-verified

359 }
360
361 def fetch(self):
362 shutil.copyfile(src=self.src, dst=self.cache_file_location, follow_symlinks=True)
363 self.save_metadata()
364
365
366class PyPIPackageList(Cache):

Callers 1

create_cache_entryFunction · 0.95

Calls 1

save_metadataMethod · 0.80

Tested by 1

create_cache_entryFunction · 0.76