Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
474
type
upstreamUploadClient
struct
{
475
grpc.ClientStream
476
}
477
478
func
(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