MCPcopy Index your code
hub / github.com/masterking32/MasterHttpRelayVPN / bold

Function bold

setup.py:32–32  ·  view source on GitHub ↗
(t: str)

Source from the content-addressed store, hash-verified

30
31
32def bold(t: str) -> str: return _c("1", t)
33def cyan(t: str) -> str: return _c("36", t)
34def green(t: str) -> str: return _c("32", t)
35def yellow(t: str) -> str: return _c("33", t)

Callers 3

configure_apps_scriptFunction · 0.85
configure_networkFunction · 0.85
mainFunction · 0.85

Calls 1

_cFunction · 0.85

Tested by

no test coverage detected