Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ encrypted_env_path
Method
encrypted_env_path
vmm/src/app/qemu.rs:1055–1057 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1053
}
1054
1055
pub fn encrypted_env_path(&self) -> PathBuf {
1056
self.shared_dir().join(ENCRYPTED_ENV)
1057
}
1058
1059
pub fn instance_info_path(&self) -> PathBuf {
1060
self.shared_dir().join(INSTANCE_INFO)
Callers
1
to_pb
Method · 0.45
Calls
1
shared_dir
Method · 0.45
Tested by
no test coverage detected