MCPcopy Create free account
hub / github.com/agent0ai/agent-zero / get_abs_path_development

Function get_abs_path_development

helpers/files.py:590–593  ·  view source on GitHub ↗

Ensures the abs path is relevant for dev environment

(*relative_paths)

Source from the content-addressed store, hash-verified

588
589
590def get_abs_path_development(*relative_paths):
591 "Ensures the abs path is relevant for dev environment"
592 abs = get_abs_path(*relative_paths)
593 return fix_dev_path(abs)
594
595
596def deabsolute_path(path: str):

Callers

nothing calls this directly

Calls 2

fix_dev_pathFunction · 0.85
get_abs_pathFunction · 0.70

Tested by

no test coverage detected