Method

FoundryCiRundup_output_dir

unstable since: 1.2

Declaration [src]

char*
foundry_ci_run_dup_output_dir (
  FoundryCiRun* self
)

Description [src]

Gets the directory containing the run’s durable output.

Available since: 1.2

Return value

Type: char*

The output directory.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.