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

Function success

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

Source from the content-addressed store, hash-verified

66 _log_to_file("info", msg)
67
68def success(msg):
69 if _current_log_level <= logging.INFO:
70 console.print(f"[success]✓ {msg}[/success]")
71 _log_to_file("info", msg)
72
73def warning(msg):
74 if _current_log_level <= logging.WARNING:

Callers 15

run_initFunction · 0.90
handle_commandFunction · 0.90
mainFunction · 0.90
load_fileFunction · 0.90
_run_taskMethod · 0.90
startMethod · 0.90
load_primaryMethod · 0.90
load_modelFunction · 0.90
writeMethod · 0.90
patchMethod · 0.90
appendMethod · 0.90
undoFunction · 0.90

Calls 1

_log_to_fileFunction · 0.85

Tested by

no test coverage detected