Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ app_compose_path
Method
app_compose_path
vmm/src/app/qemu.rs:1040–1042 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1038
}
1039
1040
pub fn app_compose_path(&self) -> PathBuf {
1041
self.shared_dir().join(APP_COMPOSE)
1042
}
1043
1044
pub fn app_compose_hash(&self) -> Result<[u8; 32]> {
1045
use sha2::Digest;
Callers
4
run_one_shot
Function · 0.80
to_pb
Method · 0.80
app_compose_hash
Method · 0.80
app_compose
Method · 0.80
Calls
1
shared_dir
Method · 0.45
Tested by
no test coverage detected