read_model_json_prefix

Function read_model_json_prefix 

Source
pub fn read_model_json_prefix(
    path: &str,
    test_name: &str,
    prefix: &str,
    test_stage: &str,
    max_lines: usize,
) -> Result<String, Error>
Expand description

Reads only the first max_lines from a serialised model JSON file.