Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
81
def
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
89
def
clone(
Callers
nothing calls this directly
Calls
2
Clean
Class · 0.90
handle_animations
Function · 0.70
Tested by
no test coverage detected