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

Method next

scripts/install.py:137–139  ·  view source on GitHub ↗
(self, title: str)

Source from the content-addressed store, hash-verified

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 6

mainFunction · 0.95
collect_stdoutFunction · 0.80
collect_stderrFunction · 0.80

Calls 1

stepFunction · 0.85