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

Method GetType

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

Source from the content-addressed store, hash-verified

4394}
4395
4396func (m *Response) GetType() isResponse_Type {
4397 if m != nil {
4398 return m.Type
4399 }
4400 return nil
4401}
4402
4403func (x *Response) GetLog() *Log {
4404 if x, ok := x.GetType().(*Response_Log); ok {

Callers 8

GetLogMethod · 0.95
GetParseMethod · 0.95
GetInitMethod · 0.95
GetPlanMethod · 0.95
GetApplyMethod · 0.95
GetGraphMethod · 0.95
GetDataUploadMethod · 0.95
GetChunkPieceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected