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

Method display

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

Source from the content-addressed store, hash-verified

87
88impl ProcessStateRT {
89 pub fn display(&self) -> ProcessState {
90 ProcessState {
91 status: self.status.clone(),
92 started: self.started,
93 pid: self.pid,
94 started_at: self.started_at,
95 stopped_at: self.stopped_at,
96 }
97 }
98}
99
100mod systime {

Callers 8

newMethod · 0.80
infoMethod · 0.80
setup_swapfileMethod · 0.80
mainFunction · 0.80

Calls 1

cloneMethod · 0.80