Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_info
Method · 0.45
onboard
Method · 0.45
info
Function · 0.45
Calls
3
clone
Method · 0.80
display
Method · 0.80
lock
Method · 0.45
Tested by
no test coverage detected