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

Method user_config_path

vmm/src/app/qemu.rs:1051–1053  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1049 }
1050
1051 pub fn user_config_path(&self) -> PathBuf {
1052 self.shared_dir().join(USER_CONFIG)
1053 }
1054
1055 pub fn encrypted_env_path(&self) -> PathBuf {
1056 self.shared_dir().join(ENCRYPTED_ENV)

Callers 1

to_pbMethod · 0.45

Calls 1

shared_dirMethod · 0.45

Tested by

no test coverage detected