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

Function NewUpstreamClient

helper/remote/remote_grpc.pb.go:446–448  ·  view source on GitHub ↗
(cc grpc.ClientConnInterface)

Source from the content-addressed store, hash-verified

444}
445
446func NewUpstreamClient(cc grpc.ClientConnInterface) UpstreamClient {
447 return &upstreamClient{cc}
448}
449
450func (c *upstreamClient) Checksums(ctx context.Context, in *TouchPaths, opts ...grpc.CallOption) (*PathsChecksum, error) {
451 out := new(PathsChecksum)

Callers 2

newUpstreamFunction · 0.92
TestUpstreamServerFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestUpstreamServerFunction · 0.74