MCPcopy Index your code
hub / github.com/devspace-sh/devspace / Remove

Method Remove

helper/remote/remote_grpc.pb.go:437–437  ·  view source on GitHub ↗
(ctx context.Context, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

435 Upload(ctx context.Context, opts ...grpc.CallOption) (Upstream_UploadClient, error)
436 RestartContainer(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*Empty, error)
437 Remove(ctx context.Context, opts ...grpc.CallOption) (Upstream_RemoveClient, error)
438 Execute(ctx context.Context, in *Command, opts ...grpc.CallOption) (*Empty, error)
439 Ping(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*Empty, error)
440}

Callers 7

TestUpstreamServerFunction · 0.95
_Upstream_Remove_HandlerFunction · 0.65
RunMethod · 0.65
RemoveMethod · 0.65
removeRecursiveMethod · 0.65
TestDownstreamServerFunction · 0.65
RestartContainerMethod · 0.65

Implementers 3

upstreamClienthelper/remote/remote_grpc.pb.go
UnimplementedUpstreamServerhelper/remote/remote_grpc.pb.go
Upstreamhelper/server/upstream.go

Calls

no outgoing calls

Tested by 2

TestUpstreamServerFunction · 0.76
TestDownstreamServerFunction · 0.52