MCPcopy Index your code
hub / github.com/coder/coder / GetFile

Method GetFile

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

Source from the content-addressed store, hash-verified

4281}
4282
4283func (x *Request) GetFile() *FileUpload {
4284 if x, ok := x.GetType().(*Request_File); ok {
4285 return x.File
4286 }
4287 return nil
4288}
4289
4290type isRequest_Type interface {
4291 isRequest_Type()

Callers 1

RecvMethod · 0.80

Calls 1

GetTypeMethod · 0.95

Tested by

no test coverage detected