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

Method GetGraph

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

Source from the content-addressed store, hash-verified

4436}
4437
4438func (x *Response) GetGraph() *GraphComplete {
4439 if x, ok := x.GetType().(*Response_Graph); ok {
4440 return x.Graph
4441 }
4442 return nil
4443}
4444
4445func (x *Response) GetDataUpload() *DataUpload {
4446 if x, ok := x.GetType().(*Response_DataUpload); ok {

Callers

nothing calls this directly

Calls 1

GetTypeMethod · 0.95

Tested by

no test coverage detected