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

Function separator

utils/logger.py:101–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 console.print(f"[success] ↳ {preview}[/success]")
100
101def separator():
102 console.rule(style="dim")
103
104def confirm(question) -> bool:
105 """Keep asking until we get a real y or n — never auto-cancel."""

Callers 7

_run_with_planFunction · 0.90
handle_commandFunction · 0.90
replFunction · 0.90
show_and_confirm_planFunction · 0.90
confirmMethod · 0.90
run_agentFunction · 0.90
fix_fileFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected