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

Method Exec

integration/remote/remote_runtime.go:194–196  ·  view source on GitHub ↗
(req *runtimeapi.ExecRequest, _ ...grpc.CallOption)

Source from the content-addressed store, hash-verified

192}
193
194func (r *RuntimeService) Exec(req *runtimeapi.ExecRequest, _ ...grpc.CallOption) (*runtimeapi.ExecResponse, error) {
195 return r.runtimeService.Exec(context.Background(), req)
196}
197
198func (r *RuntimeService) Attach(req *runtimeapi.AttachRequest, _ ...grpc.CallOption) (*runtimeapi.AttachResponse, error) {
199 return r.runtimeService.Attach(context.Background(), req)

Callers

nothing calls this directly

Calls 1

ExecMethod · 0.65

Tested by

no test coverage detected