MCPcopy Index your code
hub / github.com/BasicProtein/AugmentCode-Free / info

Method info

build.py:133–137  ·  view source on GitHub ↗

Log info message

(self, message: str)

Source from the content-addressed store, hash-verified

131 print(f"\033[91m[ERROR]\033[0m {clean_message}")
132
133 def info(self, message: str) -> None:
134 """Log info message"""
135 clean_message = clean_text(message)
136 self.logger.info(f"INFO: {clean_message}")
137 print(f"→ INFO: {clean_message}")
138
139 def warning(self, message: str) -> None:
140 """Log warning message"""

Callers 9

stepMethod · 0.80
successMethod · 0.80
run_commandFunction · 0.80
validate_environmentMethod · 0.80
build_executableMethod · 0.80
run_buildMethod · 0.80

Calls 1

clean_textFunction · 0.85

Tested by

no test coverage detected