Skip to main content

read_deployment_map

Function read_deployment_map 

Source
pub fn read_deployment_map(
    fs: &dyn Fs,
    path: &Path,
) -> Result<Vec<DeploymentMapEntry>>
Expand description

Read and parse a deployment-map TSV file.

Blank lines and #-prefixed comments are ignored. Rows with the wrong column count are skipped silently — the map is best-effort and a truncated file should not crash the reader.