MCPcopy Create free account
hub / github.com/Coooolfan/onlyboxes / StepCounter

Class StepCounter

scripts/install.py:133–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131
132
133class StepCounter:
134 def __init__(self):
135 self._n = 0
136
137 def next(self, title: str) -> None:
138 self._n += 1
139 step(self._n, title)
140
141
142# ---------------------------------------------------------------------------

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected