Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ generate
Method
generate
compiler/fory_compiler/generators/csharp.py:510–511 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
508
return
ordered
509
510
def
generate(self) -> List[GeneratedFile]:
511
return
[self.generate_file()]
512
513
def
generate_file(self) -> GeneratedFile:
514
lines: List[str] = []
Callers
2
generate
Function · 0.95
test_csharp_imported_modules
Function · 0.95
Calls
1
generate_file
Method · 0.95
Tested by
2
generate
Function · 0.76
test_csharp_imported_modules
Function · 0.76