MCPcopy Create free account
hub / github.com/SingleRust/SingleRust / FileScope

Enum FileScope

src/io/mod.rs:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5use anndata_memory::{convert_to_in_memory, IMAnnData};
6
7pub enum FileScope {
8 Read = 0,
9 ReadWrite = 1,
10}
11
12pub fn read_h5ad<P: AsRef<Path>>(
13 path_to_file: P,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected