Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigdra50/unity-cli
/ to_dict
Method
to_dict
relay/protocol.py:92–93 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
90
ts: int = Field(default_factory=_timestamp_ms)
91
92
def
to_dict(self) -> dict[str, Any]:
93
return
self.model_dump(exclude_none=True, by_alias=True)
94
95
96
# Unity -> Relay Messages
Callers
15
test_bridge_version_in_to_dict
Method · 0.45
test_backwards_compatible_without_bridge_version
Method · 0.45
test_version_fields_in_to_dict
Method · 0.45
test_backwards_compatible_empty_versions
Method · 0.45
test_to_dict
Method · 0.45
test_success_response
Method · 0.45
test_error_response
Method · 0.45
test_to_dict_with_detail
Method · 0.45
test_to_dict_without_detail
Method · 0.45
test_success_result
Method · 0.45
test_error_result
Method · 0.45
test_ping_message
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_bridge_version_in_to_dict
Method · 0.36
test_backwards_compatible_without_bridge_version
Method · 0.36
test_version_fields_in_to_dict
Method · 0.36
test_backwards_compatible_empty_versions
Method · 0.36
test_to_dict
Method · 0.36
test_success_response
Method · 0.36
test_error_response
Method · 0.36
test_to_dict_with_detail
Method · 0.36
test_to_dict_without_detail
Method · 0.36
test_success_result
Method · 0.36
test_error_result
Method · 0.36
test_ping_message
Method · 0.36