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

Method warning

codewiki/cli/utils/logging.py:38–40  ·  view source on GitHub ↗

Log warning message in yellow.

(self, message: str)

Source from the content-addressed store, hash-verified

36 click.secho(f"✓ {message}", fg="green")
37
38 def warning(self, message: str):
39 """Log warning message in yellow."""
40 click.secho(f"⚠️ {message}", fg="yellow")
41
42 def error(self, message: str):
43 """Log error message in red."""

Callers 15

saveMethod · 0.80
generate_commandFunction · 0.80
validate_single_diagramFunction · 0.80
cluster_modulesFunction · 0.80
topological_sortFunction · 0.80
dependency_first_dfsFunction · 0.80
get_leaf_nodesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected