Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SourceCode-AI/aura
/ save_metadata
Method
save_metadata
aura/cache.py:163–164 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
161
return
cls.__location
162
163
def
save_metadata(self):
164
self.metadata_location.write_text(dumps(self.metadata))
165
166
def
delete(self):
167
self.cache_file_location.unlink(missing_ok=True)
Callers
6
proxy
Method · 0.80
proxy
Method · 0.80
fetch
Method · 0.80
fetch
Method · 0.80
fetch
Method · 0.80
proxy
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected