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

Function GraphError

provisionersdk/errors.go:25–27  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

23}
24
25func GraphError(format string, args ...any) *proto.GraphComplete {
26 return &proto.GraphComplete{Error: fmt.Sprintf(format, args...)}
27}

Callers 2

GraphMethod · 0.92
GraphMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected