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

Method info

supervisor/src/supervisor.rs:108–110  ·  view source on GitHub ↗
(&self, id: &str)

Source from the content-addressed store, hash-verified

106 }
107
108 pub fn info(&self, id: &str) -> Option<ProcessInfo> {
109 self.processes.get(id).map(|process| process.info())
110 }
111
112 pub fn clear(&self) {
113 self.processes.clear();

Callers 2

deployMethod · 0.45
listMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected