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

Function yellow

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

Source from the content-addressed store, hash-verified

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)
36def red(t: str) -> str: return _c("31", t)
37def dim(t: str) -> str: return _c("2", t)
38

Callers 2

write_configFunction · 0.85
mainFunction · 0.85

Calls 1

_cFunction · 0.85

Tested by

no test coverage detected