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

Class Image

crates/openshell-ocsf/src/objects/container.rs:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23/// OCSF Image object.
24#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
25pub struct Image {
26 /// Image name (e.g., "ghcr.io/openshell/sandbox:latest").
27 pub name: String,
28}
29
30#[cfg(test)]
31mod tests {

Callers 2

resolve_fromFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected