MCPcopy Create free account
hub / github.com/SourceCode-AI/aura / fetch

Method fetch

aura/cache.py:314–316  ·  view source on GitHub ↗
(self, src: Path)

Source from the content-addressed store, hash-verified

312 }
313
314 def fetch(self, src: Path):
315 shutil.copyfile(src=src, dst=self.cache_file_location, follow_symlinks=True)
316 self.save_metadata()
317
318
319class MirrorFile(Cache):

Callers 1

proxyMethod · 0.95

Calls 1

save_metadataMethod · 0.80

Tested by

no test coverage detected