Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4452
func
(x *Response) GetChunkPiece() *ChunkPiece {
4453
if
x, ok := x.GetType().(*Response_ChunkPiece); ok {
4454
return
x.ChunkPiece
4455
}
4456
return
nil
4457
}
4458
4459
type
isResponse_Type
interface
{
4460
isResponse_Type()
Callers
nothing calls this directly
Calls
1
GetType
Method · 0.95
Tested by
no test coverage detected