MCPcopy
hub / github.com/containerd/containerd / Version

Method Version

integration/remote/remote_runtime.go:118–120  ·  view source on GitHub ↗
(apiVersion string, _ ...grpc.CallOption)

Source from the content-addressed store, hash-verified

116}
117
118func (r *RuntimeService) Version(apiVersion string, _ ...grpc.CallOption) (*runtimeapi.VersionResponse, error) {
119 return r.runtimeService.Version(context.Background(), apiVersion)
120}
121
122func (r *RuntimeService) RunPodSandbox(config *runtimeapi.PodSandboxConfig, runtimeHandler string, _ ...grpc.CallOption) (string, error) {
123 return r.runtimeService.RunPodSandbox(context.Background(), config, runtimeHandler)

Callers 1

criTestFunction · 0.95

Calls 1

VersionMethod · 0.65

Tested by

no test coverage detected