MCPcopy Create free account
hub / github.com/FSoft-AI4Code/CodeWiki / info

Method info

codewiki/cli/utils/logging.py:30–32  ·  view source on GitHub ↗

Log info message.

(self, message: str)

Source from the content-addressed store, hash-verified

28 click.secho(f"[{timestamp}] {message}", fg="cyan", dim=True)
29
30 def info(self, message: str):
31 """Log info message."""
32 click.echo(message)
33
34 def success(self, message: str):
35 """Log success message in green."""

Callers 14

generate_commandFunction · 0.80
__init__Method · 0.80
_run_sub_modulesMethod · 0.80
run_module_agentMethod · 0.80
call_llmFunction · 0.80
cluster_modulesFunction · 0.80
runMethod · 0.80
parse_repositoryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected