MCPcopy Index your code
hub / github.com/tinode/chat / LargeFileServe

Method LargeFileServe

pbx/model_grpc.pb.go:30–30  ·  view source on GitHub ↗

Large file file download: a response with a stream of chunks.

(ctx context.Context, in *FileDownReq, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

28 LargeFileReceive(ctx context.Context, opts ...grpc.CallOption) (Node_LargeFileReceiveClient, error)
29 // Large file file download: a response with a stream of chunks.
30 LargeFileServe(ctx context.Context, in *FileDownReq, opts ...grpc.CallOption) (Node_LargeFileServeClient, error)
31}
32
33type nodeClient struct {

Callers 2

fileDownloadFunction · 0.65

Implementers 5

NodeServicerpy_grpc/tinode_grpc/model_pb2_grpc.py
Nodepy_grpc/tinode_grpc/model_pb2_grpc.py
grpcNodeServerserver/hdl_grpc.go
nodeClientpbx/model_grpc.pb.go
UnimplementedNodeServerpbx/model_grpc.pb.go

Calls

no outgoing calls

Tested by

no test coverage detected