Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ key_to_str
Function
key_to_str
src/workflow/callpath.py:56–57 ·
view source on GitHub ↗
(key: CallKey)
Source
from the content-addressed store, hash-verified
54
55
56
def
key_to_str(key: CallKey) -> str:
57
return
"."
.join(str(part)
for
part in key)
58
59
60
def
key_from_str(text: str) -> CallKey:
Callers
2
agent
Method · 0.85
records_to_json
Function · 0.85
Calls
1
join
Method · 0.80
Tested by
no test coverage detected