Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
219
def
compiler_lock_path(paths: Paths, name: str =
"compile.lock"
) -> Path:
220
ensure_runtime_dirs(paths)
221
return
paths.compiler_dir / name
222
223
224
def
_pid_alive(pid: object) -> bool:
Callers
4
_write_lock
Function · 0.90
test_compile_preflight_skips_empty_and_locked
Function · 0.90
lock_status
Function · 0.85
file_lock
Function · 0.85
Calls
1
ensure_runtime_dirs
Function · 0.85
Tested by
2
_write_lock
Function · 0.72
test_compile_preflight_skips_empty_and_locked
Function · 0.72