MCPcopy Index your code
hub / github.com/FSoft-AI4Code/CodeWiki / error

Method error

codewiki/cli/utils/logging.py:42–44  ·  view source on GitHub ↗

Log error message in red.

(self, message: str)

Source from the content-addressed store, hash-verified

40 click.secho(f"⚠️ {message}", fg="yellow")
41
42 def error(self, message: str):
43 """Log error message in red."""
44 click.secho(f"✗ {message}", fg="red", err=True)
45
46 def step(self, message: str, step: Optional[int] = None, total: Optional[int] = None):
47 """

Callers 15

generate_commandFunction · 0.80
run_module_agentMethod · 0.80
cluster_modulesFunction · 0.80
runMethod · 0.80
mainFunction · 0.80
__init__Method · 0.80
analyzeMethod · 0.80
analyzeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected