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

Method Send

helper/remote/remote_grpc.pb.go:469–469  ·  view source on GitHub ↗
(*Chunk)

Source from the content-addressed store, hash-verified

467
468type Upstream_UploadClient interface {
469 Send(*Chunk) error
470 CloseAndRecv() (*Empty, error)
471 grpc.ClientStream
472}

Callers 12

uploadArchiveMethod · 0.65
applyRemovesMethod · 0.65
downloadFilesMethod · 0.65
ReceiveDataFunction · 0.65
SendDataFunction · 0.65
StartReverseForwardFunction · 0.65
TestUpstreamServerFunction · 0.65
DownloadMethod · 0.65
streamChangesFunction · 0.65
TestDownstreamServerFunction · 0.65
SendDataFunction · 0.65
InitTunnelMethod · 0.65

Implementers 2

upstreamUploadClienthelper/remote/remote_grpc.pb.go
upstreamRemoveClienthelper/remote/remote_grpc.pb.go

Calls

no outgoing calls

Tested by 2

TestUpstreamServerFunction · 0.52
TestDownstreamServerFunction · 0.52