MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / _next_display

Method _next_display

src/workflow/runtime.py:304–307  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

302
303 # ── internals ──────────────────────────────────────────────────────────
304 def _next_display(self) -> int:
305 n = self._display
306 self._display += 1
307 return n
308
309 @staticmethod
310 def _close_coroutines(items) -> None:

Callers 1

agentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected