MCPcopy Create free account
hub / github.com/Ishabdullah/Codey-v2 / warning

Function warning

utils/logger.py:73–76  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

71 _log_to_file("info", msg)
72
73def warning(msg):
74 if _current_log_level <= logging.WARNING:
75 console.print(f"[warning]⚠ {msg}[/warning]")
76 _log_to_file("warning", msg)
77
78def error(msg):
79 if _current_log_level <= logging.ERROR:

Callers 15

run_initFunction · 0.90
_run_with_planFunction · 0.90
handle_commandFunction · 0.90
shellFunction · 0.90
tool_patch_fileFunction · 0.90
budget_file_contextFunction · 0.90
load_fileFunction · 0.90
load_globFunction · 0.90
load_directoryFunction · 0.90
recursive_inferFunction · 0.90
_get_chat_backendFunction · 0.90
inferFunction · 0.90

Calls 1

_log_to_fileFunction · 0.85

Tested by

no test coverage detected