- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for NewEndpoints (0.07 seconds)
-
cmd/test-utils_test.go
Endpoints: endpoints, CmdLine: strings.Join(args, " "), }} } func mustGetNewEndpoints(poolIdx int, drivesPerSet int, args ...string) (endpoints Endpoints) { endpoints, err := NewEndpoints(args...) if err != nil { panic(err) } for i := range endpoints { endpoints[i].SetPoolIndex(poolIdx) endpoints[i].SetSetIndex(i / drivesPerSet) endpoints[i].SetDiskIndex(i % drivesPerSet)
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 77K bytes - Click Count (0)