MCPcopy
hub / github.com/containerd/containerd / Platform

Method Platform

core/sandbox/bridge.go:55–57  ·  view source on GitHub ↗
(ctx context.Context, request *api.PlatformRequest)

Source from the content-addressed store, hash-verified

53}
54
55func (g *grpcBridge) Platform(ctx context.Context, request *api.PlatformRequest) (*api.PlatformResponse, error) {
56 return g.client.Platform(ctx, request)
57}
58
59func (g *grpcBridge) StopSandbox(ctx context.Context, request *api.StopSandboxRequest) (*api.StopSandboxResponse, error) {
60 return g.client.StopSandbox(ctx, request)

Callers

nothing calls this directly

Calls 1

PlatformMethod · 0.65

Tested by

no test coverage detected