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

Enum ComputationMode

src/shared/mod.rs:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30pub enum ComputationMode {
31 Chunked(usize),
32 Whole,
33}
34
35impl Clone for ComputationMode {
36 fn clone(&self) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected