MCPcopy Create free account
hub / github.com/FSoft-AI4Code/HyperAgent / warning

Method warning

src/hyperagent/cli/console.py:33–34  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

31 self._console.print(f"[cyan]{text}[/cyan]")
32
33 def warning(self, text):
34 self._console.print(f"[yellow]{text}[/yellow]")
35
36 def error(self, text):
37 self._console.print(f"[red]{text}[/red]")

Callers

nothing calls this directly

Calls 1

printMethod · 0.80

Tested by

no test coverage detected