MCPcopy Index your code
hub / github.com/initialcommit-com/git-sim / clean

Function clean

src/git_sim/commands.py:81–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79
80
81def clean():
82 from git_sim.clean import Clean
83
84 settings.hide_first_tag = True
85 scene = Clean()
86 handle_animations(scene=scene)
87
88
89def clone(

Callers

nothing calls this directly

Calls 2

CleanClass · 0.90
handle_animationsFunction · 0.70

Tested by

no test coverage detected