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

Method GetChunkPiece

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

Source from the content-addressed store, hash-verified

4450}
4451
4452func (x *Response) GetChunkPiece() *ChunkPiece {
4453 if x, ok := x.GetType().(*Response_ChunkPiece); ok {
4454 return x.ChunkPiece
4455 }
4456 return nil
4457}
4458
4459type isResponse_Type interface {
4460 isResponse_Type()

Callers

nothing calls this directly

Calls 1

GetTypeMethod · 0.95

Tested by

no test coverage detected