MCPcopy 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
166def csharp_module_class_name(schema: Schema) -> str:
167 return f"{csharp_schema_owner_name(schema)}ForyModule"
168
169
170def csharp_output_paths(

Callers 5

csharp_output_pathsFunction · 0.85
csharp_top_level_symbolsFunction · 0.85
get_module_class_nameMethod · 0.85

Calls 1

csharp_schema_owner_nameFunction · 0.85

Tested by

no test coverage detected