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

Function handle_animations

src/git_sim/commands.py:14–18  ·  view source on GitHub ↗
(scene: Scene)

Source from the content-addressed store, hash-verified

12
13
14def handle_animations(scene: Scene) -> None:
15 from git_sim.animations import handle_animations as _handle_animations
16
17 with settings.font_context:
18 return _handle_animations(scene)
19
20
21def add(

Callers 15

addFunction · 0.70
branchFunction · 0.70
checkoutFunction · 0.70
cherry_pickFunction · 0.70
cleanFunction · 0.70
cloneFunction · 0.70
commitFunction · 0.70
configFunction · 0.70
fetchFunction · 0.70
initFunction · 0.70
logFunction · 0.70
mergeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected