MCPcopy 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)
260def cleanup(tag=None):
261 commands.cleanup(cache_tags=tag)
262
263
264def main():

Callers

nothing calls this directly

Calls 1

cleanupMethod · 0.45

Tested by

no test coverage detected