Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
impl 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_empty
Method · 0.80
resolve_gpus_with_config
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected