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

Method GetInit

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

Source from the content-addressed store, hash-verified

4415}
4416
4417func (x *Response) GetInit() *InitComplete {
4418 if x, ok := x.GetType().(*Response_Init); ok {
4419 return x.Init
4420 }
4421 return nil
4422}
4423
4424func (x *Response) GetPlan() *PlanComplete {
4425 if x, ok := x.GetType().(*Response_Plan); ok {

Callers

nothing calls this directly

Calls 1

GetTypeMethod · 0.95

Tested by

no test coverage detected