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

Method GetApply

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

Source from the content-addressed store, hash-verified

4260}
4261
4262func (x *Request) GetApply() *ApplyRequest {
4263 if x, ok := x.GetType().(*Request_Apply); ok {
4264 return x.Apply
4265 }
4266 return nil
4267}
4268
4269func (x *Request) GetGraph() *GraphRequest {
4270 if x, ok := x.GetType().(*Request_Graph); ok {

Callers 5

TestProvisionerSDKFunction · 0.45
handleRequestsMethod · 0.45
ApplyMethod · 0.45
TestProvisionFunction · 0.45
TestTimingsFromProvisionFunction · 0.45

Calls 1

GetTypeMethod · 0.95

Tested by 3

TestProvisionerSDKFunction · 0.36
TestProvisionFunction · 0.36
TestTimingsFromProvisionFunction · 0.36