pub async fn get_build_info(build_id: String, source_path: String) -> BuildInfo
Expand description

Get build information for a given build ID

Arguments

  • build_id - Request build ID
  • source_path - Root path to where the build data is stored

Returns

BuildInfo - Struct containing the build information