Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ message_is_class
Method
message_is_class
compiler/fory_compiler/generators/swift.py:487–488 ·
view source on GitHub ↗
(self, message: Message)
Source
from the content-addressed store, hash-verified
485
return
False
486
487
def
message_is_class(self, message: Message) -> bool:
488
return
id(message) in self._messages_requiring_class
489
490
def
_resolve_named_type(
491
self,
Callers
2
message_supports_equatable
Method · 0.95
generate_message
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected