MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / message

Method message

crates/openshell-driver-vm/src/lifecycle.rs:59–61  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

57
58 #[must_use]
59 pub fn message(&self) -> &str {
60 &self.message
61 }
62
63 #[must_use]
64 pub fn is_resource_exhausted(&self) -> bool {

Calls

no outgoing calls