Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ to_dict
Method
to_dict
src/cli_core/structured_io.py:38–40 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
36
type: str =
""
37
38
def
to_dict(self) -> dict[str, Any]:
39
data = asdict(self)
40
return
{k: v
for
k, v in data.items()
if
v is not None}
41
42
43
@dataclass
Callers
1
write
Method · 0.45
Calls
1
items
Method · 0.80
Tested by
no test coverage detected