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

Method user_config_path

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

Source from the content-addressed store, hash-verified

954 }
955
956 pub(crate) fn user_config_path(&self, id: &str) -> PathBuf {
957 self.shared_dir(id).join(USER_CONFIG)
958 }
959
960 pub(crate) fn shared_dir(&self, id: &str) -> PathBuf {
961 self.config.run_path.join(id).join("shared")

Callers 2

run_one_shotFunction · 0.45
update_vmMethod · 0.45

Calls 1

shared_dirMethod · 0.45

Tested by

no test coverage detected