Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ sys_config_file
Method
sys_config_file
dstack-util/src/system_setup.rs:217–219 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
215
}
216
217
fn sys_config_file(&self) -> PathBuf {
218
self.base_dir.join(SYS_CONFIG)
219
}
220
221
fn instance_info_file(&self) -> PathBuf {
222
self.base_dir.join(INSTANCE_INFO)
Callers
1
load
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected