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

Function ParseErrorf

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

Source from the content-addressed store, hash-verified

7)
8
9func ParseErrorf(format string, args ...any) *proto.ParseComplete {
10 return &proto.ParseComplete{Error: fmt.Sprintf(format, args...)}
11}
12
13func InitErrorf(format string, args ...any) *proto.InitComplete {
14 return &proto.InitComplete{Error: fmt.Sprintf(format, args...)}

Callers 2

ParseMethod · 0.92
ParseMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected