Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/agent0ai/agent-zero
/ get_arg
Function
get_arg
helpers/runtime.py:49–51 ·
view source on GitHub ↗
(name: str)
Source
from the content-addressed store, hash-verified
47
48
49
def
get_arg(name: str):
50
global args
51
return
args.get(name, None)
52
53
54
def
has_arg(name: str):
Callers
3
is_dockerized
Function · 0.85
get_web_ui_port
Function · 0.85
get_tunnel_api_port
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected