MCPcopy Create free account
hub / github.com/T0UGH/codex-self-evolution-plugin / compiler_lock_path

Function compiler_lock_path

src/codex_self_evolution/storage.py:219–221  ·  view source on GitHub ↗
(paths: Paths, name: str = "compile.lock")

Source from the content-addressed store, hash-verified

217
218
219def compiler_lock_path(paths: Paths, name: str = "compile.lock") -> Path:
220 ensure_runtime_dirs(paths)
221 return paths.compiler_dir / name
222
223
224def _pid_alive(pid: object) -> bool:

Callers 4

_write_lockFunction · 0.90
lock_statusFunction · 0.85
file_lockFunction · 0.85

Calls 1

ensure_runtime_dirsFunction · 0.85

Tested by 2

_write_lockFunction · 0.72