MCPcopy 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
101def _pointer_path(working_dir: str) -> str:
102 return os.path.join(working_dir, _POINTER_REL)
103
104
105def _now_ms() -> int:

Callers 3

read_pointerFunction · 0.85
write_pointerFunction · 0.85
clear_pointerFunction · 0.85

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected