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

Method network_gateway_ip

crates/openshell-driver-podman/src/driver.rs:334–336  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

332 /// no explicit `--grpc-endpoint` is configured.
333 #[must_use]
334 pub fn network_gateway_ip(&self) -> Option<&str> {
335 self.network_gateway_ip.as_deref()
336 }
337
338 /// Report driver capabilities.
339 pub fn capabilities(&self) -> Result<GetCapabilitiesResponse, ComputeDriverError> {

Callers 1

newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected