MCPcopy Create free account
hub / github.com/Ishabdullah/Codey-v2 / update_task_display

Function update_task_display

core/display.py:191–193  ·  view source on GitHub ↗

Reprint the task panel in place.

(queue)

Source from the content-addressed store, hash-verified

189 console.print()
190
191def update_task_display(queue):
192 """Reprint the task panel in place."""
193 console.print(_build_task_panel(queue))

Callers 1

run_queueFunction · 0.90

Calls 1

_build_task_panelFunction · 0.85

Tested by

no test coverage detected