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

Method out_path

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

Source from the content-addressed store, hash-verified

245
246 # Gets the output path for build-related files.
247 def out_path(self) -> Path:
248 return self.build_dir / str(self.version)
249
250 # Gets the path to the compilers directory.
251 # Exits the program if neither `compilers_path` nor `compilers_tag` is provided.

Callers 4

resolveMethod · 0.80
generate_buildFunction · 0.80
generate_build_ninjaFunction · 0.80
calculate_progressFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected