MCPcopy
hub / github.com/go-task/task / WithDry

Function WithDry

internal/fingerprint/task.go:28–32  ·  view source on GitHub ↗
(dry bool)

Source from the content-addressed store, hash-verified

26}
27
28func WithDry(dry bool) CheckerOption {
29 return func(config *CheckerConfig) {
30 config.dry = dry
31 }
32}
33
34func WithTempDir(tempDir string) CheckerOption {
35 return func(config *CheckerConfig) {

Callers 3

ToEditorOutputMethod · 0.92
StatusMethod · 0.92
RunTaskMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…