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

Function get_devserver_lock_path

autoforge_paths.py:133–135  ·  view source on GitHub ↗

Resolve the path to ``.devserver.lock``.

(project_dir: Path)

Source from the content-addressed store, hash-verified

131
132
133def get_devserver_lock_path(project_dir: Path) -> Path:
134 """Resolve the path to ``.devserver.lock``."""
135 return _resolve_path(project_dir, ".devserver.lock")
136
137
138def get_claude_settings_path(project_dir: Path) -> Path:

Callers 1

__init__Method · 0.90

Calls 1

_resolve_pathFunction · 0.85

Tested by

no test coverage detected