MCPcopy Index your code
hub / github.com/coder/envbox / mustf

Function mustf

integration/main_test.go:32–36  ·  view source on GitHub ↗
(err error, msg string, args ...interface{})

Source from the content-addressed store, hash-verified

30}
31
32func mustf(err error, msg string, args ...interface{}) {
33 if err != nil {
34 panic(fmt.Sprintf(msg+": %v", append(args, err)...))
35 }
36}

Callers 1

buildEnvboxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected