MCPcopy Create free account
hub / github.com/coder/coder / GetDataUpload

Method GetDataUpload

provisionersdk/proto/provisioner.pb.go:4445–4450  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4443}
4444
4445func (x *Response) GetDataUpload() *DataUpload {
4446 if x, ok := x.GetType().(*Response_DataUpload); ok {
4447 return x.DataUpload
4448 }
4449 return nil
4450}
4451
4452func (x *Response) GetChunkPiece() *ChunkPiece {
4453 if x, ok := x.GetType().(*Response_ChunkPiece); ok {

Callers

nothing calls this directly

Calls 1

GetTypeMethod · 0.95

Tested by

no test coverage detected