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

Method system_info

crates/openshell-driver-podman/src/client.rs:622–625  ·  view source on GitHub ↗

Get system info.

(&self)

Source from the content-addressed store, hash-verified

620
621 /// Get system info.
622 pub async fn system_info(&self) -> Result<SystemInfo, PodmanApiError> {
623 self.request_json(hyper::Method::GET, "/libpod/info", None)
624 .await
625 }
626
627 // ── Event streaming ──────────────────────────────────────────────────
628

Callers 1

newMethod · 0.80

Calls 1

request_jsonMethod · 0.80

Tested by

no test coverage detected