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

Method encrypted_env_path

vmm/src/app.rs:952–954  ·  view source on GitHub ↗
(&self, id: &str)

Source from the content-addressed store, hash-verified

950 }
951
952 pub(crate) fn encrypted_env_path(&self, id: &str) -> PathBuf {
953 self.shared_dir(id).join(ENCRYPTED_ENV)
954 }
955
956 pub(crate) fn user_config_path(&self, id: &str) -> PathBuf {
957 self.shared_dir(id).join(USER_CONFIG)

Callers 2

run_one_shotFunction · 0.45
update_vmMethod · 0.45

Calls 1

shared_dirMethod · 0.45

Tested by

no test coverage detected