MCPcopy Create free account
hub / github.com/dagger/dagger / WithIgnoreError

Function WithIgnoreError

util/gitutil/cli.go:111–115  ·  view source on GitHub ↗

WithIgnoreError ignores all errors from the command.

()

Source from the content-addressed store, hash-verified

109
110// WithIgnoreError ignores all errors from the command.
111func WithIgnoreError() Option {
112 return func(b *GitCLI) {
113 b.ignoreError = true
114 }
115}
116
117// WithConfig merges git config key-value pairs into the environment using
118// GIT_CONFIG_COUNT/KEY_i/VALUE_i so they propagate to all child processes.

Callers 2

mountMethod · 0.92
fetchMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected