Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_file
Function · 0.80
download_webview2
Function · 0.80
check_go_environment
Function · 0.80
build_go_agent
Function · 0.80
main
Function · 0.80
configure_token
Function · 0.80
run_command
Function · 0.80
update_submodules
Function · 0.80
bootstrap_maadeps
Function · 0.80
get_latest_release_url
Function · 0.80
write_versions_file
Function · 0.80
clean_cache
Function · 0.80
Calls
1
colorize
Method · 0.80
Tested by
no test coverage detected