MCPcopy
hub / github.com/agent0ai/agent-zero / is_dockerized

Function is_dockerized

helpers/runtime.py:59–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57
58
59def is_dockerized() -> bool:
60 return bool(get_arg("dockerized"))
61
62
63def is_development() -> bool:

Callers 2

is_developmentFunction · 0.85
get_local_urlFunction · 0.85

Calls 1

get_argFunction · 0.85

Tested by

no test coverage detected