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

Function test_sandbox_context_device

crates/openshell-ocsf/src/builders/mod.rs:290–294  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

288
289 #[test]
290 fn test_sandbox_context_device() {
291 let ctx = test_sandbox_context();
292 let device = ctx.device();
293 assert_eq!(device.hostname, "sandbox-abc123");
294 }
295
296 #[test]
297 fn test_sandbox_context_proxy_endpoint() {

Callers

nothing calls this directly

Calls 2

test_sandbox_contextFunction · 0.85
deviceMethod · 0.80

Tested by

no test coverage detected