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