Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ to_json
Method
to_json
src/bridge/bridge_pointer.py:95–98 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
93
updated_at_ms: int
94
95
def
to_json(self) -> dict[str, object]:
96
d = asdict(self)
97
d[
'schema_version'
] = _SCHEMA_VERSION
98
return
d
99
100
101
def
_pointer_path(working_dir: str) -> str:
Callers
1
write_pointer
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected