Method
Platform
(ctx context.Context, request *api.PlatformRequest)
Source from the content-addressed store, hash-verified
| 53 | } |
| 54 | |
| 55 | func (g *grpcBridge) Platform(ctx context.Context, request *api.PlatformRequest) (*api.PlatformResponse, error) { |
| 56 | return g.client.Platform(ctx, request) |
| 57 | } |
| 58 | |
| 59 | func (g *grpcBridge) StopSandbox(ctx context.Context, request *api.StopSandboxRequest) (*api.StopSandboxResponse, error) { |
| 60 | return g.client.StopSandbox(ctx, request) |
Callers
nothing calls this directly
Tested by
no test coverage detected