MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / success

Function success

examples/API Test/test_api.py:142–143  ·  view source on GitHub ↗
(text: str)

Source from the content-addressed store, hash-verified

140
141
142def success(text: str) -> str:
143 return colorize(text, Colors.GREEN)
144
145
146def error(text: str) -> str:

Callers 3

print_summaryMethod · 0.85
_recordFunction · 0.85
cmd_interactiveFunction · 0.85

Calls 1

colorizeFunction · 0.85

Tested by

no test coverage detected