MCPcopy Create free account
hub / github.com/DVampire/FinAgent / exists_in_project_path

Function exists_in_project_path

finagent/utils/file_utils.py:20–21  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

18 return path
19
20def exists_in_project_path(path):
21 return os.path.exists(assemble_project_path(path))
22
23def get_project_root():
24 path = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

Callers

nothing calls this directly

Calls 1

assemble_project_pathFunction · 0.85

Tested by

no test coverage detected