MCPcopy Create free account
hub / github.com/SourceCode-AI/aura / delete

Method delete

aura/cache.py:166–168  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

164 self.metadata_location.write_text(dumps(self.metadata))
165
166 def delete(self):
167 self.cache_file_location.unlink(missing_ok=True)
168 self.metadata_location.unlink(missing_ok=True)
169
170
171class URLCache(Cache):

Callers 8

test_mirror_cache_pathsFunction · 0.45
cleanupMethod · 0.45
proxyMethod · 0.45
proxyMethod · 0.45
proxyMethod · 0.45
proxyMethod · 0.45
proxyMethod · 0.45
proxyMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_mirror_cache_pathsFunction · 0.36