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

Method GetType

provisionerd/proto/provisionerd.pb.go:318–323  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

316}
317
318func (m *FailedJob) GetType() isFailedJob_Type {
319 if m != nil {
320 return m.Type
321 }
322 return nil
323}
324
325func (x *FailedJob) GetWorkspaceBuild() *FailedJob_WorkspaceBuild {
326 if x, ok := x.GetType().(*FailedJob_WorkspaceBuild_); ok {

Callers 4

GetWorkspaceBuildMethod · 0.95
GetTemplateImportMethod · 0.95
GetTemplateDryRunMethod · 0.95
acquireAndRunOneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected