MCPcopy Index your code
hub / github.com/SingleRust/SingleRust / clone

Method clone

src/shared/mod.rs:36–41  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

34
35impl Clone for ComputationMode {
36 fn clone(&self) -> Self {
37 match self {
38 Self::Chunked(arg0) => Self::Chunked(*arg0),
39 Self::Whole => Self::Whole,
40 }
41 }
42}
43
44// TODO: implement more flexibility here!

Callers 13

describe_obsFunction · 0.80
describe_varFunction · 0.80
calculate_qc_metricsFunction · 0.80
compute_rank_gene_groupsFunction · 0.80
run_tests_for_groupFunction · 0.80
create_test_anndataFunction · 0.80
mark_filter_cellsFunction · 0.80
subset_genesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected