MCPcopy Create free account
hub / github.com/apache/fory / _module_file_name

Method _module_file_name

compiler/fory_compiler/generators/csharp.py:367–368  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

365 return csharp_module_class_name(schema)
366
367 def _module_file_name(self) -> str:
368 return csharp_module_file_name(self.schema)
369
370 def _namespace_path(self, namespace_name: str) -> str:
371 return namespace_name.replace(".", "/") if namespace_name else ""

Callers 1

generate_fileMethod · 0.95

Calls 1

csharp_module_file_nameFunction · 0.85

Tested by

no test coverage detected