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

Function graphCompleteResource

provisioner/echo/serve_test.go:327–337  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

325}
326
327func graphCompleteResource(name string) []*proto.Response {
328 return []*proto.Response{{
329 Type: &proto.Response_Graph{
330 Graph: &proto.GraphComplete{
331 Resources: []*proto.Resource{{
332 Name: name,
333 }},
334 },
335 },
336 }}
337}

Callers 1

TestEchoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected