Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
32
def
bold(t: str) -> str:
return
_c(
"1"
, t)
33
def
cyan(t: str) -> str:
return
_c(
"36"
, t)
34
def
green(t: str) -> str:
return
_c(
"32"
, t)
35
def
yellow(t: str) -> str:
return
_c(
"33"
, t)
Callers
3
configure_apps_script
Function · 0.85
configure_network
Function · 0.85
main
Function · 0.85
Calls
1
_c
Function · 0.85
Tested by
no test coverage detected