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

Method Upload

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

Source from the content-addressed store, hash-verified

433type UpstreamClient interface {
434 Checksums(ctx context.Context, in *TouchPaths, opts ...grpc.CallOption) (*PathsChecksum, error)
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)

Callers 3

TestUpstreamServerFunction · 0.95
uploadArchiveMethod · 0.65
_Upstream_Upload_HandlerFunction · 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 1

TestUpstreamServerFunction · 0.76