Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
use anndata_memory::{convert_to_in_memory, IMAnnData};
6
7
pub enum FileScope {
8
Read = 0,
9
ReadWrite = 1,
10
}
11
12
pub 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