Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ generate
Method
generate
compiler/fory_compiler/generators/swift.py:140–141 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
138
self._collect_messages_requiring_class()
139
140
def
generate(self) -> List[GeneratedFile]:
141
return
[self.generate_file()]
142
143
def
generate_file(self) -> GeneratedFile:
144
lines: List[str] = []
Callers
3
generate_swift
Function · 0.95
test_swift_generator_output_path_uses_package_segments
Function · 0.95
test_swift_generator_uses_package_leaf_when_source_stem_differs
Function · 0.95
Calls
1
generate_file
Method · 0.95
Tested by
3
generate_swift
Function · 0.76
test_swift_generator_output_path_uses_package_segments
Function · 0.76
test_swift_generator_uses_package_leaf_when_source_stem_differs
Function · 0.76