MCPcopy
hub / github.com/MaaEnd/MaaEnd / info

Method info

tools/cli_support.py:141–143  ·  view source on GitHub ↗

Return an informational-style string.

(cls, text: str)

Source from the content-addressed store, hash-verified

139
140 @classmethod
141 def info(cls, text: str) -> str:
142 """Return an informational-style string."""
143 return cls.colorize(text, Ansi.CYAN)
144
145
146

Callers 15

_download_to_fileFunction · 0.80
download_webview2Function · 0.80
check_go_environmentFunction · 0.80
build_go_agentFunction · 0.80
mainFunction · 0.80
configure_tokenFunction · 0.80
run_commandFunction · 0.80
update_submodulesFunction · 0.80
bootstrap_maadepsFunction · 0.80
get_latest_release_urlFunction · 0.80
write_versions_fileFunction · 0.80
clean_cacheFunction · 0.80

Calls 1

colorizeMethod · 0.80

Tested by

no test coverage detected