Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/initialcommit-com/git-sim
/ init
Function
init
src/git_sim/commands.py:158–162 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
156
157
158
def
init():
159
from
git_sim.init
import
Init
160
161
scene = Init()
162
handle_animations(scene=scene)
163
164
165
def
log(
Callers
nothing calls this directly
Calls
2
Init
Class · 0.90
handle_animations
Function · 0.70
Tested by
no test coverage detected