Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ app_compose_file
Method
app_compose_file
dstack-util/src/system_setup.rs:209–211 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
207
}
208
209
fn app_compose_file(&self) -> PathBuf {
210
self.base_dir.join(APP_COMPOSE)
211
}
212
213
fn encrypted_env_file(&self) -> PathBuf {
214
self.base_dir.join(ENCRYPTED_ENV)
Callers
2
load
Method · 0.80
measure_app_info
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected