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

Method GetApply

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

Source from the content-addressed store, hash-verified

4429}
4430
4431func (x *Response) GetApply() *ApplyComplete {
4432 if x, ok := x.GetType().(*Response_Apply); ok {
4433 return x.Apply
4434 }
4435 return nil
4436}
4437
4438func (x *Response) GetGraph() *GraphComplete {
4439 if x, ok := x.GetType().(*Response_Graph); ok {

Callers

nothing calls this directly

Calls 1

GetTypeMethod · 0.95

Tested by

no test coverage detected