MCPcopy Index your code
hub / github.com/AutoForgeAI/autoforge / get_agent_lock_path

Function get_agent_lock_path

autoforge_paths.py:128–130  ·  view source on GitHub ↗

Resolve the path to ``.agent.lock``.

(project_dir: Path)

Source from the content-addressed store, hash-verified

126
127
128def get_agent_lock_path(project_dir: Path) -> Path:
129 """Resolve the path to ``.agent.lock``."""
130 return _resolve_path(project_dir, ".agent.lock")
131
132
133def get_devserver_lock_path(project_dir: Path) -> Path:

Callers 1

__init__Method · 0.90

Calls 1

_resolve_pathFunction · 0.85

Tested by

no test coverage detected