Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SourceCode-AI/aura
/ cleanup
Function
cleanup
aura/cli.py:260–261 ·
view source on GitHub ↗
(tag=None)
Source
from the content-addressed store, hash-verified
258
@cli.command()
259
@click.option(
"--tag"
,
"-t"
, multiple=True)
260
def
cleanup(tag=None):
261
commands.cleanup(cache_tags=tag)
262
263
264
def
main():
Callers
nothing calls this directly
Calls
1
cleanup
Method · 0.45
Tested by
no test coverage detected