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

Function WithMethod

internal/fingerprint/task.go:22–26  ·  view source on GitHub ↗
(method string)

Source from the content-addressed store, hash-verified

20)
21
22func WithMethod(method string) CheckerOption {
23 return func(config *CheckerConfig) {
24 config.method = method
25 }
26}
27
28func WithDry(dry bool) CheckerOption {
29 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…