Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ _pointer_path
Function
_pointer_path
src/bridge/bridge_pointer.py:101–102 ·
view source on GitHub ↗
(working_dir: str)
Source
from the content-addressed store, hash-verified
99
100
101
def
_pointer_path(working_dir: str) -> str:
102
return
os.path.join(working_dir, _POINTER_REL)
103
104
105
def
_now_ms() -> int:
Callers
3
read_pointer
Function · 0.85
write_pointer
Function · 0.85
clear_pointer
Function · 0.85
Calls
1
join
Method · 0.80
Tested by
no test coverage detected