MCPcopy
hub / github.com/MaaEnd/MaaEnd / warn

Method warn

tools/cli_support.py:131–133  ·  view source on GitHub ↗

Return a warning-style string.

(cls, text: str)

Source from the content-addressed store, hash-verified

129
130 @classmethod
131 def warn(cls, text: str) -> str:
132 """Return a warning-style string."""
133 return cls.colorize(text, Ansi.YELLOW)
134
135 @classmethod
136 def err(cls, text: str) -> str:

Callers 15

download_webview2Function · 0.80
build_go_agentFunction · 0.80
cleanup_cmake_cacheFunction · 0.80
build_cpp_algoFunction · 0.80
mainFunction · 0.80
configure_tokenFunction · 0.80
update_submodulesFunction · 0.80
read_versions_fileFunction · 0.80
write_versions_fileFunction · 0.80
cleanup_cache_fileFunction · 0.80
clean_cacheFunction · 0.80
download_fileFunction · 0.80

Calls 1

colorizeMethod · 0.80

Tested by

no test coverage detected