Function with_file

Source
pub fn with_file(
    graph: Arc<Mutex<Graph>>,
    file_id: String,
    path: String,
) -> Result<(), Error>