MCPcopy 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
158def init():
159 from git_sim.init import Init
160
161 scene = Init()
162 handle_animations(scene=scene)
163
164
165def log(

Callers

nothing calls this directly

Calls 2

InitClass · 0.90
handle_animationsFunction · 0.70

Tested by

no test coverage detected