MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / output

Method output

tools/project.py:795–799  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

793 self.inputs.append(serialize_path(obj))
794
795 def output(self) -> Path:
796 if self.module_id == 0:
797 return build_path / f"{self.name}.dol"
798 else:
799 return build_path / self.name / f"{self.name}.rel"
800
801 def partial_output(self) -> Path:
802 if self.module_id == 0:

Callers 1

generate_build_ninjaFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected