MCPcopy
hub / github.com/MaaEnd/MaaEnd / err

Method err

tools/cli_support.py:136–138  ·  view source on GitHub ↗

Return an error-style string.

(cls, text: str)

Source from the content-addressed store, hash-verified

134
135 @classmethod
136 def err(cls, text: str) -> str:
137 """Return an error-style string."""
138 return cls.colorize(text, Ansi.RED)
139
140 @classmethod
141 def info(cls, text: str) -> str:

Callers 15

init_localFunction · 0.80
_download_to_fileFunction · 0.80
download_webview2Function · 0.80
init_localizationFunction · 0.80
init_localFunction · 0.80
create_directory_linkFunction · 0.80
create_file_linkFunction · 0.80
check_go_environmentFunction · 0.80
build_go_agentFunction · 0.80
build_cpp_algoFunction · 0.80
mainFunction · 0.80
create_directory_linkFunction · 0.80

Calls 1

colorizeMethod · 0.80

Tested by

no test coverage detected