Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SourceCode-AI/aura
/ cache_file_location
Method
cache_file_location
aura/cache.py:132–133 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
130
131
@property
132
def
cache_file_location(self) -> Path:
133
return
self.get_location() / f
"{self.prefix}{self.cid}"
134
135
@property
136
def
metadata_location(self) -> Path:
Callers
nothing calls this directly
Calls
1
get_location
Method · 0.95
Tested by
no test coverage detected