Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
366
class
PyPIPackageList(Cache):
Callers
1
create_cache_entry
Function · 0.95
Calls
1
save_metadata
Method · 0.80
Tested by
1
create_cache_entry
Function · 0.76