MCPcopy 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
56def key_to_str(key: CallKey) -> str:
57 return ".".join(str(part) for part in key)
58
59
60def key_from_str(text: str) -> CallKey:

Callers 2

agentMethod · 0.85
records_to_jsonFunction · 0.85

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected