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

Method debug

codewiki/cli/utils/logging.py:24–28  ·  view source on GitHub ↗

Log debug message (only in verbose mode).

(self, message: str)

Source from the content-addressed store, hash-verified

22 self.start_time = datetime.now()
23
24 def debug(self, message: str):
25 """Log debug message (only in verbose mode)."""
26 if self.verbose:
27 timestamp = datetime.now().strftime("%H:%M:%S")
28 click.secho(f"[{timestamp}] {message}", fg="cyan", dim=True)
29
30 def info(self, message: str):
31 """Log info message."""

Callers 15

_detect_changed_filesFunction · 0.80
generate_commandFunction · 0.80
validate_single_diagramFunction · 0.80
_call_llm_via_litellmFunction · 0.80
_call_llm_via_azureFunction · 0.80
runMethod · 0.80
mainFunction · 0.80
resolve_cyclesFunction · 0.80
concise_nodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected