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

Function error

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

Source from the content-addressed store, hash-verified

76 _log_to_file("warning", msg)
77
78def error(msg):
79 if _current_log_level <= logging.ERROR:
80 console.print(f"[error]✗ {msg}[/error]")
81 _log_to_file("error", msg)
82
83def think(msg):
84 if _current_log_level <= logging.DEBUG:

Callers 15

run_initFunction · 0.90
handle_commandFunction · 0.90
replFunction · 0.90
mainFunction · 0.90
start_taskMethod · 0.90
_run_taskMethod · 0.90
startMethod · 0.90
_debounced_callbackMethod · 0.90
add_watchMethod · 0.90
startMethod · 0.90
inferMethod · 0.90
load_primaryMethod · 0.90

Calls 1

_log_to_fileFunction · 0.85

Tested by

no test coverage detected