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

Function ApplyErrorf

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

Source from the content-addressed store, hash-verified

19}
20
21func ApplyErrorf(format string, args ...any) *proto.ApplyComplete {
22 return &proto.ApplyComplete{Error: fmt.Sprintf(format, args...)}
23}
24
25func GraphError(format string, args ...any) *proto.GraphComplete {
26 return &proto.GraphComplete{Error: fmt.Sprintf(format, args...)}

Callers 2

ApplyMethod · 0.92
ApplyMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected