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

Method info

supervisor/src/process.rs:303–309  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

301 }
302
303 pub fn info(&self) -> ProcessInfo {
304 let state = self.lock();
305 ProcessInfo {
306 config: (*self.config).clone(),
307 state: state.display(),
308 }
309 }
310}
311
312#[cfg(unix)]

Callers 3

get_attestation_infoMethod · 0.45
onboardMethod · 0.45
infoFunction · 0.45

Calls 3

cloneMethod · 0.80
displayMethod · 0.80
lockMethod · 0.45

Tested by

no test coverage detected