Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
319
class
MirrorFile(Cache):
Callers
1
proxy
Method · 0.95
Calls
1
save_metadata
Method · 0.80
Tested by
no test coverage detected