MCPcopy Index your code
hub / github.com/containerd/containerd / withProcessArgs

Function withProcessArgs

integration/client/helpers_windows_test.go:40–42  ·  view source on GitHub ↗
(args ...string)

Source from the content-addressed store, hash-verified

38}
39
40func withProcessArgs(args ...string) oci.SpecOpts {
41 return oci.WithProcessArgs(append([]string{"cmd", "/c"}, args...)...)
42}
43
44func withCat() oci.SpecOpts {
45 return oci.WithProcessArgs("cmd", "/c", "more")

Callers

nothing calls this directly

Calls 1

WithProcessArgsFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…