Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/masterking32/MasterHttpRelayVPN
/ dim
Function
dim
setup.py:37–37 ·
view source on GitHub ↗
(t: str)
Source
from the content-addressed store, hash-verified
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
40
def
prompt(question: str, default: str | None = None) -> str:
Callers
5
prompt
Function · 0.85
configure_apps_script
Function · 0.85
configure_network
Function · 0.85
main
Function · 0.85
setup.py
File · 0.85
Calls
1
_c
Function · 0.85
Tested by
no test coverage detected