MCPcopy Index your code
hub / github.com/MisterBooo/LeetCodeAnimation / new

Method new

tools/anima/__init__.py:9–10  ·  view source on GitHub ↗
(self, id: str, title: str)

Source from the content-addressed store, hash-verified

7 """
8
9 def new(self, id: str, title: str):
10 create_solution(id, title)

Callers

nothing calls this directly

Calls 1

create_solutionFunction · 0.90

Tested by

no test coverage detected