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

Method GetPlan

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

Source from the content-addressed store, hash-verified

4422}
4423
4424func (x *Response) GetPlan() *PlanComplete {
4425 if x, ok := x.GetType().(*Response_Plan); ok {
4426 return x.Plan
4427 }
4428 return nil
4429}
4430
4431func (x *Response) GetApply() *ApplyComplete {
4432 if x, ok := x.GetType().(*Response_Apply); ok {

Callers

nothing calls this directly

Calls 1

GetTypeMethod · 0.95

Tested by

no test coverage detected