Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ csharp_module_file_name
Function
csharp_module_file_name
compiler/fory_compiler/generators/csharp.py:139–140 ·
view source on GitHub ↗
(schema: Schema)
Source
from the content-addressed store, hash-verified
137
138
139
def
csharp_module_file_name(schema: Schema) -> str:
140
return
f
"{csharp_schema_owner_name(schema)}.cs"
141
142
143
def
csharp_module_owner_stem(schema: Schema) -> str:
Callers
2
csharp_output_paths
Function · 0.85
_module_file_name
Method · 0.85
Calls
1
csharp_schema_owner_name
Function · 0.85
Tested by
no test coverage detected