Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ csharp_module_class_name
Function
csharp_module_class_name
compiler/fory_compiler/generators/csharp.py:166–167 ·
view source on GitHub ↗
(schema: Schema)
Source
from the content-addressed store, hash-verified
164
165
166
def
csharp_module_class_name(schema: Schema) -> str:
167
return
f
"{csharp_schema_owner_name(schema)}ForyModule"
168
169
170
def
csharp_output_paths(
Callers
5
csharp_output_paths
Function · 0.85
csharp_top_level_symbols
Function · 0.85
validate_csharp_generation
Function · 0.85
get_module_class_name
Method · 0.85
_module_class_name_for_schema
Method · 0.85
Calls
1
csharp_schema_owner_name
Function · 0.85
Tested by
no test coverage detected