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

Method encrypted_env_file

dstack-util/src/system_setup.rs:213–215  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

211 }
212
213 fn encrypted_env_file(&self) -> PathBuf {
214 self.base_dir.join(ENCRYPTED_ENV)
215 }
216
217 fn sys_config_file(&self) -> PathBuf {
218 self.base_dir.join(SYS_CONFIG)

Callers 1

loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected