Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
deploy
Method · 0.45
list
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected