MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / is_all

Method is_all

vmm/src/app.rs:93–95  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

91
92impl AttachMode {
93 pub fn is_all(&self) -> bool {
94 matches!(self, AttachMode::All)
95 }
96}
97
98#[derive(Debug, Clone, Serialize, Deserialize, Default)]

Callers 2

is_emptyMethod · 0.80
resolve_gpus_with_configFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected