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

Function WithTempDir

internal/fingerprint/task.go:34–38  ·  view source on GitHub ↗
(tempDir string)

Source from the content-addressed store, hash-verified

32}
33
34func WithTempDir(tempDir string) CheckerOption {
35 return func(config *CheckerConfig) {
36 config.tempDir = tempDir
37 }
38}
39
40func WithLogger(logger *logger.Logger) CheckerOption {
41 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…