MCPcopy Create free account
hub / github.com/devspace-sh/devspace / Checksums

Method Checksums

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

Source from the content-addressed store, hash-verified

432// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
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)

Callers 2

filterChangesMethod · 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

no test coverage detected