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

Function _Downstream_Download_Handler

helper/remote/remote_grpc.pb.go:315–317  ·  view source on GitHub ↗
(srv interface{}, stream grpc.ServerStream)

Source from the content-addressed store, hash-verified

313}
314
315func _Downstream_Download_Handler(srv interface{}, stream grpc.ServerStream) error {
316 return srv.(DownstreamServer).Download(&downstreamDownloadServer{stream})
317}
318
319type Downstream_DownloadServer interface {
320 Send(*Chunk) error

Callers

nothing calls this directly

Calls 1

DownloadMethod · 0.65

Tested by

no test coverage detected