MCPcopy 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
139def csharp_module_file_name(schema: Schema) -> str:
140 return f"{csharp_schema_owner_name(schema)}.cs"
141
142
143def csharp_module_owner_stem(schema: Schema) -> str:

Callers 2

csharp_output_pathsFunction · 0.85
_module_file_nameMethod · 0.85

Calls 1

csharp_schema_owner_nameFunction · 0.85

Tested by

no test coverage detected