Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/masterking32/MasterHttpRelayVPN
/ red
Function
red
setup.py:36–36 ·
view source on GitHub ↗
(t: str)
Source
from the content-addressed store, hash-verified
34
def
green(t: str) -> str:
return
_c(
"32"
, t)
35
def
yellow(t: str) -> str:
return
_c(
"33"
, t)
36
def
red(t: str) -> str:
return
_c(
"31"
, t)
37
def
dim(t: str) -> str:
return
_c(
"2"
, t)
38
39
Callers
1
prompt
Function · 0.85
Calls
1
_c
Function · 0.85
Tested by
no test coverage detected