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

Function InitErrorf

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

Source from the content-addressed store, hash-verified

11}
12
13func InitErrorf(format string, args ...any) *proto.InitComplete {
14 return &proto.InitComplete{Error: fmt.Sprintf(format, args...)}
15}
16
17func PlanErrorf(format string, args ...any) *proto.PlanComplete {
18 return &proto.PlanComplete{Error: fmt.Sprintf(format, args...)}

Callers 2

InitMethod · 0.92
InitMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected