MCPcopy Index your code
hub / github.com/go-task/task / WithLogger

Function WithLogger

internal/fingerprint/task.go:40–44  ·  view source on GitHub ↗
(logger *logger.Logger)

Source from the content-addressed store, hash-verified

38}
39
40func WithLogger(logger *logger.Logger) CheckerOption {
41 return func(config *CheckerConfig) {
42 config.logger = logger
43 }
44}
45
46func WithStatusChecker(checker StatusCheckable) CheckerOption {
47 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…