MCPcopy 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
49def get_arg(name: str):
50 global args
51 return args.get(name, None)
52
53
54def has_arg(name: str):

Callers 3

is_dockerizedFunction · 0.85
get_web_ui_portFunction · 0.85
get_tunnel_api_portFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected