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

Method output_file_path

compiler/fory_compiler/generators/dart.py:202–203  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

200 return GeneratedFile(self.output_file_path(), "\n".join(lines).rstrip() + "\n")
201
202 def output_file_path(self) -> str:
203 return str(self._schema_output_path(self.schema))
204
205 def module_file_name(self) -> str:
206 if self.schema.source_file and not self.schema.source_file.startswith("<"):

Callers 2

generate_fileMethod · 0.95
generate_grpc_moduleMethod · 0.45

Calls 1

_schema_output_pathMethod · 0.95

Tested by

no test coverage detected