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

Method GetGraph

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

Source from the content-addressed store, hash-verified

4267}
4268
4269func (x *Request) GetGraph() *GraphRequest {
4270 if x, ok := x.GetType().(*Request_Graph); ok {
4271 return x.Graph
4272 }
4273 return nil
4274}
4275
4276func (x *Request) GetCancel() *CancelRequest {
4277 if x, ok := x.GetType().(*Request_Cancel); ok {

Callers 6

handleRequestsMethod · 0.45
TestEchoFunction · 0.45
GraphMethod · 0.45
TarWithOptionsFunction · 0.45
TestProvisionFunction · 0.45
TestTimingsFromProvisionFunction · 0.45

Calls 1

GetTypeMethod · 0.95

Tested by 3

TestEchoFunction · 0.36
TestProvisionFunction · 0.36
TestTimingsFromProvisionFunction · 0.36