Function get_script_by_path

Source
pub async fn get_script_by_path(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
    with_starred_info: Option<bool>,
) -> Result<Script, Error<GetScriptByPathError>>