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

Method _namespace_path

compiler/fory_compiler/generators/csharp.py:370–371  ·  view source on GitHub ↗
(self, namespace_name: str)

Source from the content-addressed store, hash-verified

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 ""
372
373 def safe_identifier(self, name: str) -> str:
374 return csharp_safe_identifier(name)

Callers 2

generate_fileMethod · 0.95

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected