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

Method GetCancel

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

Source from the content-addressed store, hash-verified

4274}
4275
4276func (x *Request) GetCancel() *CancelRequest {
4277 if x, ok := x.GetType().(*Request_Cancel); ok {
4278 return x.Cancel
4279 }
4280 return nil
4281}
4282
4283func (x *Request) GetFile() *FileUpload {
4284 if x, ok := x.GetType().(*Request_File); ok {

Callers 2

handleRequestsMethod · 0.80
doMethod · 0.80

Calls 1

GetTypeMethod · 0.95

Tested by

no test coverage detected