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

Function PlanErrorf

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

Source from the content-addressed store, hash-verified

15}
16
17func PlanErrorf(format string, args ...any) *proto.PlanComplete {
18 return &proto.PlanComplete{Error: fmt.Sprintf(format, args...)}
19}
20
21func ApplyErrorf(format string, args ...any) *proto.ApplyComplete {
22 return &proto.ApplyComplete{Error: fmt.Sprintf(format, args...)}

Callers 2

PlanMethod · 0.92
PlanMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected