Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/OpenShell
/ vsock_cid_increments
Function
vsock_cid_increments
crates/openshell-driver-vm/src/gpu.rs:318–322 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
316
317
#[test]
318
fn vsock_cid_increments() {
319
let cid1 = allocate_vsock_cid();
320
let cid2 = allocate_vsock_cid();
321
assert_eq!(cid2, cid1 + 1);
322
}
323
}
Callers
nothing calls this directly
Calls
1
allocate_vsock_cid
Function · 0.85
Tested by
no test coverage detected