Function file

Source
pub fn file(
    graph: Arc<Mutex<Graph>>,
    path: String,
    reset: bool,
) -> Result<File, Error>