MCPcopy Create free account
hub / github.com/coder/envbox / maskErrDot

Function maskErrDot

xunix/exec.go:170–175  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

168}
169
170func maskErrDot(err error) error {
171 if err != nil && errors.Is(err, osexec.ErrDot) {
172 return nil
173 }
174 return err
175}

Callers 1

maskErrDotCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected