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

Struct upstreamUploadClient

helper/remote/remote_grpc.pb.go:474–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472}
473
474type upstreamUploadClient struct {
475 grpc.ClientStream
476}
477
478func (x *upstreamUploadClient) Send(m *Chunk) error {
479 return x.ClientStream.SendMsg(m)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected